X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=build.gradle;h=0dea3f7023f0b68b2bee89b60a258c09be524759;hb=546c7c80eb7884183a3df1db7bb5627a18396dca;hp=c3d555cfd352605619c5ce0468d710fb1cb600ca;hpb=ff64866a2fd9723ab5c726d3e99b69a8f0f1fe43;p=cavedroid.git diff --git a/build.gradle b/build.gradle index c3d555c..0dea3f7 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ buildscript { allprojects { - version = 'alpha0.4.1' + version = 'alpha0.5.1' 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"