X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=build.gradle;h=df885fc81975a229c4ebb06003f4aa2ea73e37d0;hb=9f47e596782628c69b1333e371ce6ffc5cf3d5fa;hp=8e9a5bc0b948c857ffc86a5560e8c3c8cf545ff4;hpb=40678b7f22c460abf9102ed61937137987ee9dcb;p=cavedroid.git diff --git a/build.gradle b/build.gradle index 8e9a5bc..df885fc 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ buildscript { allprojects { - version = 'alpha0.4.2' + version = 'alpha0.5.0' 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"