File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
buildscript {
2
- ext. kotlin_version = ' 1.3.31 '
2
+ ext. kotlin_version = ' 1.3.70 '
3
3
repositories {
4
4
google()
5
5
jcenter()
6
6
7
7
}
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:3.4 .1'
9
+ classpath ' com.android.tools.build:gradle:3.6 .1'
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 1
- # Tue Jun 25 16:26:06 BST 2019
1
+ # Mon Mar 23 14:39:07 GMT 2020
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
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
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ apply plugin: 'kotlin-android-extensions'
4
4
apply plugin : ' com.novoda.bintray-release'
5
5
6
6
android {
7
- compileSdkVersion 28
7
+ compileSdkVersion 29
8
8
9
9
defaultConfig {
10
10
minSdkVersion 21
11
- targetSdkVersion 28
11
+ targetSdkVersion 29
12
12
}
13
13
14
14
buildTypes {
@@ -21,8 +21,8 @@ android {
21
21
}
22
22
23
23
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'
26
26
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version "
27
27
}
28
28
@@ -31,7 +31,7 @@ publish {
31
31
userOrg = ' buffer'
32
32
groupId = ' org.buffer.android'
33
33
artifactId = ' android-utils'
34
- publishVersion = ' 0.3 '
34
+ publishVersion = ' 0.4 '
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