File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2121Gradle dependency:
2222
2323``` gradle
24- implementation "codes.side:andcolorpicker:0.6.1 "
24+ implementation "codes.side:andcolorpicker:0.6.2 "
2525```
2626
2727## :art : Picker types
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ apply plugin: "kotlin-android-extensions"
88
99ext {
1010 PUBLISH_GROUP_ID = " codes.side"
11- PUBLISH_VERSION = " 0.6.1 "
11+ PUBLISH_VERSION = " 0.6.2 "
1212 PUBLISH_ARTIFACT_ID = " andcolorpicker"
1313}
1414
@@ -21,8 +21,8 @@ android {
2121 defaultConfig {
2222 minSdkVersion 19
2323 targetSdkVersion 30
24- versionCode 7
25- versionName " 0.6.1 "
24+ versionCode 8
25+ versionName " 0.6.2 "
2626
2727 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
2828 consumerProguardFiles " consumer-rules.pro"
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ android {
3939dependencies {
4040 implementation fileTree(dir : " libs" , include : [" *.jar" ])
4141
42- implementation " codes.side:andcolorpicker:0.6.1 "
42+ implementation " codes.side:andcolorpicker:0.6.2 "
4343
4444 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
4545 implementation " androidx.appcompat:appcompat:1.3.0-rc01"
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ afterEvaluate {
7171 developer {
7272 id = " dummyco"
7373 name = " Illia Achour"
74- email = " thierry@getstream.io "
74+ email = " ilyaachour@gmail.com "
7575 }
7676 developer {
7777 id = " N7k"
You can’t perform that action at this time.
0 commit comments