mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
ANDROID: Update Android Gradle Plugin and fix lint directive
This commit is contained in:
parent
16208dc589
commit
1322ec0270
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user