Skip to content

Commit

Permalink
update to 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
newhinton committed Apr 25, 2024
1 parent 829c782 commit 56029b5
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 @@ -18,7 +18,7 @@ android {
compileSdk 34
targetSdkVersion 34
versionCode 360 // last digit is reserved for ABI, only ever end on 0!
versionName '2.5.0'
versionName '2.5.1'
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\""
buildConfigField "java.lang.String", "VCP_AUTHORITY", "\"" + applicationId + ".vcp\"";
Expand Down

0 comments on commit 56029b5

Please sign in to comment.