From 754c8ded684addccad133258538335c2a9580b25 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sun, 27 Oct 2024 22:02:34 +0500 Subject: upd: android gradle version + androidx dependency --- build.gradle | 1 + gradle.properties | 5 ++++- gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 909d47d..55efb59 100644 --- a/build.gradle +++ b/build.gradle @@ -65,6 +65,7 @@ project(":android") { natives "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-x86" natives "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-x86_64" api "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion" + implementation "androidx.core:core:$androidXVersion" } } diff --git a/gradle.properties b/gradle.properties index c419565..5781a3a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,8 +1,11 @@ org.gradle.daemon=true org.gradle.jvmargs=-Xms128m -Xmx1500m org.gradle.configureondemand=false +android.enableR8.fullMode=false +android.useAndroidX=true -gradleVersion=8.1.4 +gradleVersion=8.6.0-alpha07 +androidXVersion=1.13.1 kotlinGradlePluginVersion=1.7.21 kotlinVersion=1.7.21 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index a595206..19cfad9 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-8.5-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -- cgit v1.2.3