[Scummvm-git-logs] scummvm branch-2-7-0-android -> f6bc68ac728d5433abaafc57a90d16deef984b52
antoniou79
noreply at scummvm.org
Wed Mar 22 19:49:36 UTC 2023
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:
f6bc68ac72 ANDROID: Upgrade gradle plugin and dependencies version
Commit: f6bc68ac728d5433abaafc57a90d16deef984b52
https://github.com/scummvm/scummvm/commit/f6bc68ac728d5433abaafc57a90d16deef984b52
Author: antoniou79 (a.antoniou79 at gmail.com)
Date: 2023-03-22T21:49:05+02:00
Commit Message:
ANDROID: Upgrade gradle plugin and dependencies version
Changed paths:
dists/android/build.gradle
diff --git a/dists/android/build.gradle b/dists/android/build.gradle
index 0ec5bf8b894..d8479e39fbb 100644
--- a/dists/android/build.gradle
+++ b/dists/android/build.gradle
@@ -5,7 +5,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:7.3.1'
+ classpath 'com.android.tools.build:gradle:7.4.2'
}
}
@@ -18,13 +18,15 @@ dependencies {
// Enable to see use of deprecated API
tasks.withType(JavaCompile) {
- options.compilerArgs << "-Xlint:deprecation" << "-Xlint:unchecked"
+ options.compilerArgs << "-Xlint:deprecation" << "-Xlint:unchecked"
}
+//gradle.startParameter.showStacktrace = ShowStacktrace.ALWAYS_FULL
+
apply plugin: 'com.android.application'
android {
- compileSdkVersion 33
+ compileSdk 33
buildToolsVersion "33.0.1"
ndkVersion "21.3.6528147"
@@ -100,6 +102,6 @@ android {
}
dependencies {
- implementation "androidx.annotation:annotation:1.1.0"
- implementation "androidx.appcompat:appcompat:1.2.0"
+ implementation "androidx.annotation:annotation:1.5.0"
+ implementation "androidx.appcompat:appcompat:1.6.1"
}
More information about the Scummvm-git-logs
mailing list