Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
newhinton committed Aug 12, 2022
1 parent 49c299e commit f7f58c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ android {
minSdkVersion 21
targetSdkVersion 32
versionCode 200 // last digit is reserved for ABI, only ever end on 0!
versionName '2.0.2-dev'
versionName '2.0.3-dev'
resConfigs "en", "de" // restrict to used languages
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 f7f58c2

Please sign in to comment.