Skip to content

Commit

Permalink
(android) Increment build code (96)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpad85 committed Nov 21, 2024
1 parent 55feeea commit 5ff7c9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion phoenix-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ android {
applicationId = "fr.acinq.phoenix.testnet"
minSdk = 26
targetSdk = 34
versionCode = 95
versionCode = 96
versionName = gitCommitHash()
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
resourceConfigurations.addAll(listOf("en", "fr", "de", "es", "b+es+419", "cs", "pt-rBR", "sk", "vi", "sw"))
Expand Down
2 changes: 1 addition & 1 deletion phoenix-legacy/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ android {
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
val libCode = 95
val libCode = 96
getByName("debug") {
resValue("string", "CHAIN", chain)
buildConfigField("String", "CHAIN", chain)
Expand Down

0 comments on commit 5ff7c9c

Please sign in to comment.