File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
buildscript {
2
- ext. kotlin_version = ' 1.3.70 '
2
+ ext. kotlin_version = ' 1.3.71 '
3
3
repositories {
4
4
google()
5
5
jcenter()
6
6
7
7
}
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:3.6.1 '
9
+ classpath ' com.android.tools.build:gradle:3.6.2 '
10
10
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
11
11
classpath ' com.novoda:bintray-release:0.9.1'
12
12
}
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ publish {
31
31
userOrg = ' buffer'
32
32
groupId = ' org.buffer.android'
33
33
artifactId = ' android-utils'
34
- publishVersion = ' 0.6 '
34
+ publishVersion = ' 0.7 '
35
35
desc = ' An Android library for frequently used utility functions'
36
36
website = ' https://github.com/bufferapp/android-utils'
37
37
}
You can’t perform that action at this time.
0 commit comments