Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
newhinton committed Aug 27, 2023
1 parent 2564fd4 commit 20b9d6d
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 @@ -25,8 +25,8 @@ android {
minSdkVersion 23
compileSdk 33
targetSdkVersion 33
versionCode 260 // last digit is reserved for ABI, only ever end on 0!
versionName '2.2.0'
versionCode 270 // last digit is reserved for ABI, only ever end on 0!
versionName '2.2.1'
resourceConfigurations += ['en', 'de']
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 20b9d6d

Please sign in to comment.