X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;ds=sidebyside;f=build.gradle;h=863d66eb10a8aa2c3a87276927234ef65d9c786c;hb=55eff4ac8845da1b2fc92dcadf8b7a440fe122f7;hp=c3d555cfd352605619c5ce0468d710fb1cb600ca;hpb=ff64866a2fd9723ab5c726d3e99b69a8f0f1fe43;p=cavedroid.git diff --git a/build.gradle b/build.gradle index c3d555c..863d66e 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ buildscript { allprojects { - version = 'alpha0.4.1' + version = 'alpha0.4.2' ext { appName = "CaveDroid" gdxVersion = '1.12.0' @@ -51,6 +51,7 @@ project(":android") { dependencies { implementation project(":core") + implementation platform("org.jetbrains.kotlin:kotlin-bom:1.9.23") api "com.badlogicgames.gdx:gdx-backend-android:$gdxVersion" natives "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-armeabi-v7a" natives "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-arm64-v8a"