Skip to content

Commit

Permalink
update versionName for prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
newhinton committed Nov 5, 2023
1 parent 01d6743 commit 3a29a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Expand Up @@ -18,7 +18,7 @@ android {
compileSdk 34
targetSdkVersion 34
versionCode 320 // last digit is reserved for ABI, only ever end on 0!
versionName '2.4.2-alpha2'
versionName '2.4.2-beta'
resourceConfigurations += ['en', 'de', 'zh-rCN']
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField "java.lang.String", "CLI", System.getenv('RCX_BUILD_CLI') ? System.getenv('RCX_BUILD_CLI') : "\"c03129b6-b09f-9cb4-8fcd-7f143b8f94ef\""
Expand Down

0 comments on commit 3a29a75

Please sign in to comment.