File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
88
99 }
1010 dependencies {
11- classpath ' com.android.tools.build:gradle:3.4.0-beta05 '
11+ classpath ' com.android.tools.build:gradle:3.4.0-rc02 '
1212 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1313 // NOTE: Do not place your application dependencies here; they belong
1414 // in the individual module build.gradle files
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ kotlin.code.style=official
2323ANDROID_BUILD_SDK_VERSION =28
2424ANDROID_BUILD_TARGET_SDK_VERSION =28
2525
26- VERSION_NAME =1.0.2
27- VERSION_CODE =3
26+ VERSION_NAME =1.0.3
27+ VERSION_CODE =4
2828GROUP =it.sephiroth.android.library
2929
3030POM_DESCRIPTION =Sliding Number Picker for Android
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-5.1.1 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.3 -all.zip
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ dependencies {
5151 implementation ' io.reactivex.rxjava2:rxjava:2.2.6'
5252
5353 implementation ' androidx.appcompat:appcompat:1.0.2'
54- implementation ' androidx.core:core-ktx:1.1.0-alpha04 '
54+ implementation ' androidx.core:core-ktx:1.1.0-alpha05 '
5555
5656 implementation ' com.google.android.material:material:1.0.0'
5757
You can’t perform that action at this time.
0 commit comments