Skip to content

Commit

Permalink
SonicColorPicker #1
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitalsonic committed Apr 6, 2024
1 parent 7cf04c7 commit 60f1ebc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
minSdk 21
targetSdk 34
versionCode 4
versionName "1.0.4"
versionName "1.2.4"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion soniccolorpicker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ publishing {
release(MavenPublication) {
groupId = 'com.orbitalsonic.soniccolorpicker'
artifactId = 'soniccolorpicker'
version = '1.0.4'
version = '1.2.4'

afterEvaluate {
from components.release
Expand Down

0 comments on commit 60f1ebc

Please sign in to comment.