Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hotfix 2.4.1 #641

Merged
merged 8 commits into from
Oct 18, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
(android) Increment build code (94)
dpad85 committed Oct 16, 2024

Verified

This commit was signed with the committer’s verified signature.
dpad85 Dominique Padiou
commit 6ead4c47d578aa801ffaea7df61fc09a98d52288
2 changes: 1 addition & 1 deletion phoenix-android/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ android {
applicationId = "fr.acinq.phoenix.testnet"
minSdk = 26
targetSdk = 34
versionCode = 93
versionCode = 94
versionName = gitCommitHash()
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
resourceConfigurations.addAll(listOf("en", "fr", "de", "es", "b+es+419", "cs", "pt-rBR", "sk", "vi", "sw"))
2 changes: 1 addition & 1 deletion phoenix-legacy/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ android {
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
val libCode = 93
val libCode = 94
getByName("debug") {
resValue("string", "CHAIN", chain)
buildConfigField("String", "CHAIN", chain)