X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=build.gradle;h=10228bd66a6bed664013db7868a828f298737fec;hb=refs%2Ftags%2Falpha0.5.2;hp=8e9a5bc0b948c857ffc86a5560e8c3c8cf545ff4;hpb=40678b7f22c460abf9102ed61937137987ee9dcb;p=cavedroid.git diff --git a/build.gradle b/build.gradle index 8e9a5bc..10228bd 100644 --- a/build.gradle +++ b/build.gradle @@ -16,12 +16,12 @@ buildscript { allprojects { - version = 'alpha0.4.2' + version = 'alpha0.5.2' ext { appName = "CaveDroid" gdxVersion = '1.12.0' guavaVersion = '28.1' - daggerVersion = '2.40.1' + daggerVersion = '2.51.1' } repositories { @@ -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" @@ -69,9 +70,9 @@ project(":core") { dependencies { api "com.badlogicgames.gdx:gdx:$gdxVersion" api "com.google.guava:guava:$guavaVersion-android" - api 'com.google.dagger:dagger:2.40.1' + api "com.google.dagger:dagger:$daggerVersion" implementation 'org.jetbrains:annotations:23.1.0' implementation "org.jetbrains.kotlin:kotlin-stdlib:1.9.23" - annotationProcessor 'com.google.dagger:dagger-compiler:2.40.1' + annotationProcessor "com.google.dagger:dagger-compiler:$daggerVersion" } } \ No newline at end of file