Skip to content

Commit c319481

Browse files
committed
rolled back gradle because of an obsolete api in the gradle plugin
1 parent 42e52a5 commit c319481

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
33
buildscript {
44
ext.kotlin_version = '1.3.10'
55
repositories {
6+
google()
67
jcenter()
78
maven {
89
url 'https://maven.google.com/'
910
name 'Google'
1011
}
1112
}
1213
dependencies {
13-
classpath 'com.android.tools.build:gradle:3.2.0'
14+
classpath 'com.android.tools.build:gradle:3.5.3'
1415
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1516
// NOTE: Do not place your application dependencies here; they belong
1617
// in the individual module build.gradle files

multiimageview/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ buildscript {
3030
jcenter()
3131
}
3232
dependencies {
33-
classpath 'com.novoda:bintray-release:0.9'
33+
classpath 'com.novoda:bintray-release:0.9.1'
3434
}
3535
}
3636

0 commit comments

Comments
 (0)