Skip to content

Commit 220c7b0

Browse files
authored
Merge pull request #185 from side-codes/develop
Release v0.6.2
2 parents 648b040 + 935147e commit 220c7b0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
Gradle 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

andcolorpicker/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ apply plugin: "kotlin-android-extensions"
88

99
ext {
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"

integrationapp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ android {
3939
dependencies {
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"

scripts/publish-mavencentral.gradle

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

0 commit comments

Comments
 (0)