summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2022-10-23 13:03:44 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2022-10-30 13:21:02 +0100
commit3a947d3e0e20b2d097df74ca1147071ade39a430 (patch)
treedf0905c91a45e4e843ed88e8aa9fc908e62722db
parentecbbad623a66b1ac1775d734200469d19512b12e (diff)
update android gralde plugin to 4.2.2 and gradle to 6.7.1
also remove buildToolsVersion from gradle file, instead use the default version specified by the android gradle plugin Change-Id: Ifa046afb22a574b2736ef958693b509f45730fea
-rw-r--r--android/sdremote/build.gradle3
-rw-r--r--android/sdremote/gradle/wrapper/gradle-wrapper.properties2
2 files changed, 2 insertions, 3 deletions
diff --git a/android/sdremote/build.gradle b/android/sdremote/build.gradle
index 7d76435..d6c7f39 100644
--- a/android/sdremote/build.gradle
+++ b/android/sdremote/build.gradle
@@ -8,7 +8,7 @@ buildscript {
}
}
dependencies {
- classpath 'com.android.tools.build:gradle:4.1.0'
+ classpath 'com.android.tools.build:gradle:4.2.2'
}
}
@@ -18,7 +18,6 @@ subprojects {
if (project.hasProperty("android")) {
android {
compileSdkVersion 31
- buildToolsVersion '29.0.3'
defaultConfig {
targetSdkVersion 31
applicationId 'org.libreoffice.impressremote'
diff --git a/android/sdremote/gradle/wrapper/gradle-wrapper.properties b/android/sdremote/gradle/wrapper/gradle-wrapper.properties
index 8b97265..54953ca 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-6.5-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip