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 @@ -36,7 +36,7 @@ publish {
36
36
userOrg = ' buffer'
37
37
groupId = ' org.buffer.android'
38
38
artifactId = ' android-components'
39
- publishVersion = ' 0.16 '
39
+ publishVersion = ' 0.17 '
40
40
desc = ' An Android library for frequently used UI components'
41
41
website = ' https://github.com/bufferapp/android-components'
42
42
}
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
3
3
buildscript {
4
- ext. kotlin_version = ' 1.3.70 '
4
+ ext. kotlin_version = ' 1.3.71 '
5
5
repositories {
6
6
google()
7
7
maven { url ' https://maven.fabric.io/public' }
@@ -10,7 +10,7 @@ buildscript {
10
10
jcenter()
11
11
}
12
12
dependencies {
13
- classpath ' com.android.tools.build:gradle:3.6.1 '
13
+ classpath ' com.android.tools.build:gradle:3.6.2 '
14
14
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
15
15
classpath ' com.novoda:bintray-release:0.9.1'
16
16
You can’t perform that action at this time.
0 commit comments