Skip to content

Commit 69ec72e

Browse files
committed
first commit
1 parent 3f4f1d9 commit 69ec72e

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

TimerDialog/build.gradle

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
apply plugin: 'com.android.library'
2+
apply plugin: 'com.github.dcendents.android-maven'
23
group='com.github.pranavj7Z'
34

45

@@ -20,17 +21,10 @@ android {
2021
}
2122
}
2223
}
23-
allprojects {
24-
repositories {
25-
maven { url 'https://jitpack.io' }
26-
google()
27-
}
28-
}
2924

3025

3126
dependencies {
3227
compile fileTree(dir: 'libs', include: ['*.jar'])
33-
compile 'com.android.support:support-annotations:26.+'
3428

3529
}
3630

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
}
88
dependencies {
99
classpath 'com.android.tools.build:gradle:2.3.3'
10-
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
10+
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
1111

1212
// NOTE: Do not place your application dependencies here; they belong
1313
// in the individual module build.gradle files

0 commit comments

Comments
 (0)