diff --git a/build.gradle b/build.gradle index ab2e0e26..d8c801c9 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:7.4.2' + classpath 'com.android.tools.build:gradle:8.0.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/gradle.properties b/gradle.properties index 2b538162..3da9dca7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,3 @@ -android.enableJetifier=true -android.useAndroidX=true - # To set the application display name, only define either `app.name` or `app.name_byte_array`. # For a rule of thumb: # * Use `app.name` if your app name doesn't contain any non-ANSI characters. @@ -13,3 +10,10 @@ app.application_id=org.love2d.android app.orientation=landscape app.version_code=30 app.version_name=11.4 + +# No need to modify anything past this line! +android.enableJetifier=true +android.useAndroidX=true +android.defaults.buildfeatures.buildconfig=true +android.nonTransitiveRClass=false +android.nonFinalResIds=false diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index ae04661e..da1db5f0 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists