Skip to content

Commit

Permalink
chore: prepare for v0.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mslalith committed Feb 11, 2024
1 parent 8dd7d77 commit df04629
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {

defaultConfig {
applicationId = "dev.mslalith.focuslauncher"
versionCode = 11
versionName = "0.7.0"
versionCode = 12
versionName = "0.8.0"
setProperty("archivesBaseName", "Focus-Launcher-v$versionName")

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit df04629

Please sign in to comment.