Skip to content

Commit 96b84ab

Browse files
committed
Update kotlin to 1.3.71
1 parent efa8650 commit 96b84ab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
buildscript {
2-
ext.kotlin_version = '1.3.70'
2+
ext.kotlin_version = '1.3.71'
33
repositories {
44
google()
55
jcenter()
66

77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:3.6.1'
9+
classpath 'com.android.tools.build:gradle:3.6.2'
1010
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1111
classpath 'com.novoda:bintray-release:0.9.1'
1212
}

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ publish {
3131
userOrg = 'buffer'
3232
groupId = 'org.buffer.android'
3333
artifactId = 'android-utils'
34-
publishVersion = '0.6'
34+
publishVersion = '0.7'
3535
desc = 'An Android library for frequently used utility functions'
3636
website = 'https://github.com/bufferapp/android-utils'
3737
}

0 commit comments

Comments
 (0)