Skip to content

Commit

Permalink
fix terrapin with newer rClone version
Browse files Browse the repository at this point in the history
  • Loading branch information
newhinton committed Jan 10, 2024
1 parent 2673e8a commit 0c4be6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ android {
minSdkVersion 23
compileSdk 33
targetSdkVersion 33
// for this special backport, the versionCode does not change. The only indication of a newer version is the version name.
versionCode 280 // last digit is reserved for ABI, only ever end on 0!
versionName '2.2.2'
versionName '2.2.3-terrapin'
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
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
org.gradle.jvmargs=-Xmx4093M -Dkotlin.daemon.jvm.options\="-Xmx4096M"
android.enableJetifier=false
android.useAndroidX=true
de.felixnuesse.extract.rCloneVersion=1.63.1
de.felixnuesse.extract.rCloneVersion=1.65.1
de.felixnuesse.extract.ndkVersion=25.2.9519653
de.felixnuesse.extract.ndkToolchainVersion=33
android.defaults.buildfeatures.buildconfig=true
Expand Down

0 comments on commit 0c4be6a

Please sign in to comment.