Skip to content

Commit 4384394

Browse files
Released v1.1.
1 parent bb07252 commit 4384394

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ android {
3333

3434
dependencies {
3535
implementation project(':ruler-picker')
36-
implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
37-
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
38-
implementation 'com.android.support:appcompat-v7:27.1.0'
39-
implementation 'com.android.support:design:27.1.0'
36+
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
37+
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
38+
implementation 'com.android.support:appcompat-v7:27.1.1'
39+
implementation 'com.android.support:design:27.1.1'
4040
implementation 'de.hdodenhof:circleimageview:2.2.0'
4141
implementation 'com.jaredrummler:colorpicker:1.0.2'
4242
implementation 'com.xw.repo:bubbleseekbar:3.16'

ruler-picker/bintray.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
if (project.rootProject.file('local.properties').exists()) {
1616
apply plugin: 'com.jfrog.bintray'
1717

18-
version = "1.0" // This is the library version used when deploying the artifact
18+
version = "1.1" // This is the library version used when deploying the artifact
1919

2020
// Homepage URL of the library
2121
def siteUrl = 'https://github.com/kevalpatel2106/android-ruler-picker'

0 commit comments

Comments
 (0)