[Scummvm-git-logs] scummvm master -> 1322ec0270ddae9cf0f29aaa7494f100847af2cf

lephilousophe noreply at scummvm.org
Sat Jun 22 08:29:18 UTC 2024


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
1322ec0270 ANDROID: Update Android Gradle Plugin and fix lint directive


Commit: 1322ec0270ddae9cf0f29aaa7494f100847af2cf
    https://github.com/scummvm/scummvm/commit/1322ec0270ddae9cf0f29aaa7494f100847af2cf
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2024-06-22T10:28:43+02:00

Commit Message:
ANDROID: Update Android Gradle Plugin and fix lint directive

Changed paths:
    dists/android/build.gradle


diff --git a/dists/android/build.gradle b/dists/android/build.gradle
index be202cc20f4..2f6a8b206d8 100644
--- a/dists/android/build.gradle
+++ b/dists/android/build.gradle
@@ -5,7 +5,7 @@ buildscript {
         mavenCentral()
     }
     dependencies {
-        classpath 'com.android.tools.build:gradle:8.4.0'
+        classpath 'com.android.tools.build:gradle:8.4.1'
     }
 }
 
@@ -116,7 +116,7 @@ android {
             manifest.srcFile srcProperties['srcdir'] + '/dists/android/AndroidManifest.xml'
         }
     }
-    lintOptions {
+    lint {
         abortOnError false
     }
 }




More information about the Scummvm-git-logs mailing list