Skip to content

Commit

Permalink
update version to 2.4.4-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
newhinton committed Nov 10, 2023
1 parent ea8b935 commit a0a6596
Showing 1 changed file with 2 additions and 2 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 {
minSdkVersion 23
compileSdk 34
targetSdkVersion 34
versionCode 330 // last digit is reserved for ABI, only ever end on 0!
versionName '2.4.3-beta'
versionCode 340 // last digit is reserved for ABI, only ever end on 0!
versionName '2.4.4-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 a0a6596

Please sign in to comment.