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 {
3636 userOrg = ' buffer'
3737 groupId = ' org.buffer.android'
3838 artifactId = ' android-components'
39- publishVersion = ' 0.16 '
39+ publishVersion = ' 0.17 '
4040 desc = ' An Android library for frequently used UI components'
4141 website = ' https://github.com/bufferapp/android-components'
4242}
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33buildscript {
4- ext. kotlin_version = ' 1.3.70 '
4+ ext. kotlin_version = ' 1.3.71 '
55 repositories {
66 google()
77 maven { url ' https://maven.fabric.io/public' }
@@ -10,7 +10,7 @@ buildscript {
1010 jcenter()
1111 }
1212 dependencies {
13- classpath ' com.android.tools.build:gradle:3.6.1 '
13+ classpath ' com.android.tools.build:gradle:3.6.2 '
1414 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1515 classpath ' com.novoda:bintray-release:0.9.1'
1616
You can’t perform that action at this time.
0 commit comments