Skip to content

Commit

Permalink
Merge pull request #185 from side-codes/develop
Browse files Browse the repository at this point in the history
Release v0.6.2
  • Loading branch information
smelfungus authored Apr 18, 2021
2 parents 648b040 + 935147e commit 220c7b0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
Gradle dependency:

```gradle
implementation "codes.side:andcolorpicker:0.6.1"
implementation "codes.side:andcolorpicker:0.6.2"
```

## :art: Picker types
Expand Down
6 changes: 3 additions & 3 deletions andcolorpicker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ apply plugin: "kotlin-android-extensions"

ext {
PUBLISH_GROUP_ID = "codes.side"
PUBLISH_VERSION = "0.6.1"
PUBLISH_VERSION = "0.6.2"
PUBLISH_ARTIFACT_ID = "andcolorpicker"
}

Expand All @@ -21,8 +21,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 30
versionCode 7
versionName "0.6.1"
versionCode 8
versionName "0.6.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down
2 changes: 1 addition & 1 deletion integrationapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ android {
dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])

implementation "codes.side:andcolorpicker:0.6.1"
implementation "codes.side:andcolorpicker:0.6.2"

implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "androidx.appcompat:appcompat:1.3.0-rc01"
Expand Down
2 changes: 1 addition & 1 deletion scripts/publish-mavencentral.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ afterEvaluate {
developer {
id = "dummyco"
name = "Illia Achour"
email = "[email protected]"
email = "[email protected]"
}
developer {
id = "N7k"
Expand Down

0 comments on commit 220c7b0

Please sign in to comment.