android: update gradle

This commit is contained in:
scribam 2022-06-02 19:15:21 +02:00 committed by flyinghead
parent 6a5db32d5d
commit 0a5b8891a8
4 changed files with 11 additions and 7 deletions

View File

@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.1.3' apply false
id 'com.android.library' version '7.1.3' apply false
id 'com.android.application' version '7.2.1' apply false
id 'com.android.library' version '7.2.1' apply false
}
task clean(type: Delete) {

View File

@ -12,12 +12,12 @@ def getVersionName = { ->
}
android {
compileSdkVersion 29
compileSdk 29
defaultConfig {
applicationId "com.flycast.emulator"
minSdkVersion 16
targetSdkVersion 29
minSdk 16
targetSdk 29
versionCode 8
versionName getVersionName()
vectorDrawables.useSupportLibrary = true

View File

@ -15,3 +15,7 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
# Android operating system, and which are packaged with your app"s APK
# https://developer.android.com/topic/libraries/support-library/androidx-rn
android.useAndroidX=true
# Enables namespacing of each library's R class so that its R class includes only the
# resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true

View File

@ -1,6 +1,6 @@
#Sat Feb 26 14:15:04 CET 2022
#Sat Jun 04 09:36:24 CEST 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME