diff options
| author | ilotterytea <iltsu@alright.party> | 2024-10-27 22:02:34 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-10-27 22:02:34 +0500 |
| commit | 754c8ded684addccad133258538335c2a9580b25 (patch) | |
| tree | 43704833315efdb8f0229c7a24b9ef48c3fb4348 | |
| parent | c0c5eac2c2ca11961c81262faeffc1c8c0615ae7 (diff) | |
upd: android gradle version + androidx dependency
| -rw-r--r-- | build.gradle | 1 | ||||
| -rw-r--r-- | gradle.properties | 5 | ||||
| -rw-r--r-- | 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 |
