Skip to content

Commit 9c51dc5

Browse files
committed
Update versions
1 parent 05ba1c0 commit 9c51dc5

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
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.31'
2+
ext.kotlin_version = '1.3.70'
33
repositories {
44
google()
55
jcenter()
66

77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:3.4.1'
9+
classpath 'com.android.tools.build:gradle:3.6.1'
1010
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1111
classpath 'com.novoda:bintray-release:0.9.1'
1212
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Tue Jun 25 16:26:06 BST 2019
1+
#Mon Mar 23 14:39:07 GMT 2020
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip

lib/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ apply plugin: 'kotlin-android-extensions'
44
apply plugin: 'com.novoda.bintray-release'
55

66
android {
7-
compileSdkVersion 28
7+
compileSdkVersion 29
88

99
defaultConfig {
1010
minSdkVersion 21
11-
targetSdkVersion 28
11+
targetSdkVersion 29
1212
}
1313

1414
buildTypes {
@@ -21,8 +21,8 @@ android {
2121
}
2222

2323
dependencies {
24-
implementation 'androidx.appcompat:appcompat:1.0.2'
25-
implementation 'androidx.browser:browser:1.0.0'
24+
implementation 'androidx.appcompat:appcompat:1.1.0'
25+
implementation 'androidx.browser:browser:1.2.0'
2626
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
2727
}
2828

@@ -31,7 +31,7 @@ publish {
3131
userOrg = 'buffer'
3232
groupId = 'org.buffer.android'
3333
artifactId = 'android-utils'
34-
publishVersion = '0.3'
34+
publishVersion = '0.4'
3535
desc = 'An Android library for frequently used utility functions'
3636
website = 'https://github.com/bufferapp/android-utils'
3737
}

0 commit comments

Comments
 (0)