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 /build.gradle | |
| parent | c0c5eac2c2ca11961c81262faeffc1c8c0615ae7 (diff) | |
upd: android gradle version + androidx dependency
Diffstat (limited to 'build.gradle')
| -rw-r--r-- | build.gradle | 1 |
1 files changed, 1 insertions, 0 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" } } |
