We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98e680e commit 6f42e54Copy full SHA for 6f42e54
app/build.gradle
@@ -30,8 +30,8 @@ android {
30
applicationId "fr.acinq.phoenix.mainnet"
31
minSdkVersion 24
32
targetSdkVersion 29
33
- versionCode 12
34
- versionName "${gitCommitHash}"
+ versionCode 13
+ versionName "1.3.2"
35
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
36
}
37
buildTypes {
0 commit comments