Skip to content

Commit

Permalink
chore(release): prepare for version 0.0.6
Browse files Browse the repository at this point in the history
Signed-off-by: HᴇCᴏᴅᴇs2ᴍᴜᴄʜ <wayne6324@gmail.com>
  • Loading branch information
HeCodes2Much authored May 21, 2024
1 parent 920344a commit 4e8df5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
applicationId = "app.easy.launcher"
minSdk = 24
targetSdk = 34
versionCode = 5
versionName = "0.0.5"
versionCode = 6
versionName = "0.0.6"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -108,4 +108,4 @@ dependencies {

//color picker
implementation("net.mm2d.color-chooser:color-chooser:0.7.3")
}
}

0 comments on commit 4e8df5e

Please sign in to comment.