Skip to content

Commit

Permalink
update version and rclone
Browse files Browse the repository at this point in the history
  • Loading branch information
newhinton committed Aug 31, 2024
1 parent 7281da7 commit f397257
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 390 // last digit is reserved for ABI, only ever end on 0!
versionName '2.5.4'
versionCode 400 // last digit is reserved for ABI, only ever end on 0!
versionName '2.5.5'
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
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ org.gradle.jvmargs=-Xmx4096M -Dkotlin.daemon.jvm.options\="-Xmx4096M"
android.enableJetifier=false
android.useAndroidX=true
de.felixnuesse.extract.goVersion=1.20.11
de.felixnuesse.extract.rCloneVersion=1.66.0
de.felixnuesse.extract.rCloneVersion=1.67.0
de.felixnuesse.extract.ndkVersion=25.2.9519653
de.felixnuesse.extract.ndkToolchainVersion=33
android.defaults.buildfeatures.buildconfig=true
Expand Down

0 comments on commit f397257

Please sign in to comment.