Skip to content

Commit

Permalink
Bump up version codes.
Browse files Browse the repository at this point in the history
  • Loading branch information
msimonides committed Apr 4, 2024
1 parent e5d5eba commit af70fd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
applicationId "com.studio4plus.homerplayer2"
minSdk libs.versions.android.minSdk.get().toInteger()
targetSdk 34
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.0.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
4 changes: 2 additions & 2 deletions kiosksetup/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ android {
applicationId = "com.studio4plus.homerplayer2.kiosk"
minSdk = 24
targetSdk = 34
versionCode = 1
versionName = "1.0"
versionCode = 2
versionName = "1.0.1"

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

0 comments on commit af70fd9

Please sign in to comment.