summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2023-08-29 14:15:04 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2023-08-29 14:17:50 +0200
commit86852871f22ad65822223e1ea7246a355e215e2a (patch)
tree57421c690ef171a474ed5fe75f481ee8825a0167
parentbb6a04dec4c011f4a8305fb4db40827229a33502 (diff)
bump android gradle plugin to 8.1.1 and gradle to 8.0
Change-Id: I6685a6f91c17d288043b13cc56ebaca36a9bc5d0
-rw-r--r--android/sdremote/build.gradle2
-rw-r--r--android/sdremote/gradle.properties3
-rw-r--r--android/sdremote/gradle/wrapper/gradle-wrapper.properties2
3 files changed, 5 insertions, 2 deletions
diff --git a/android/sdremote/build.gradle b/android/sdremote/build.gradle
index 21aeef8..7fa6b93 100644
--- a/android/sdremote/build.gradle
+++ b/android/sdremote/build.gradle
@@ -8,7 +8,7 @@ buildscript {
}
}
dependencies {
- classpath 'com.android.tools.build:gradle:7.4.2'
+ classpath 'com.android.tools.build:gradle:8.1.1'
}
}
diff --git a/android/sdremote/gradle.properties b/android/sdremote/gradle.properties
index 5465fec..e3dfef4 100644
--- a/android/sdremote/gradle.properties
+++ b/android/sdremote/gradle.properties
@@ -1,2 +1,5 @@
+android.defaults.buildfeatures.buildconfig=true
android.enableJetifier=true
+android.nonFinalResIds=false
+android.nonTransitiveRClass=false
android.useAndroidX=true \ No newline at end of file
diff --git a/android/sdremote/gradle/wrapper/gradle-wrapper.properties b/android/sdremote/gradle/wrapper/gradle-wrapper.properties
index eb5c610..8ad5e3d 100644
--- a/android/sdremote/gradle/wrapper/gradle-wrapper.properties
+++ b/android/sdremote/gradle/wrapper/gradle-wrapper.properties
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip