Skip to content

Commit a73da93

Browse files
committed
version 1.0.3
1 parent 03e02e0 commit a73da93

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ kotlin.code.style=official
2323
ANDROID_BUILD_SDK_VERSION=28
2424
ANDROID_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
2828
GROUP=it.sephiroth.android.library
2929

3030
POM_DESCRIPTION=Sliding Number Picker for Android

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ 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.3-all.zip

numberpicker/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)