DEADSOFTWARE

Add player health
[cavedroid.git] / build.gradle
index 8e9a5bc0b948c857ffc86a5560e8c3c8cf545ff4..0dea3f7023f0b68b2bee89b60a258c09be524759 100644 (file)
@@ -16,7 +16,7 @@ buildscript {
 
 allprojects {
 
-    version = 'alpha0.4.2'
+    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"