File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ android {
3333
3434dependencies {
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'
Original file line number Diff line number Diff line change 1515if (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'
You can’t perform that action at this time.
0 commit comments