|
|
|
@ -2,8 +2,8 @@
|
|
|
|
|
accompanist = "0.37.0"
|
|
|
|
|
androidDesugarJdkLibs = "2.1.4"
|
|
|
|
|
# AGP and tools should be updated together
|
|
|
|
|
androidGradlePlugin = "8.12.2"
|
|
|
|
|
androidTools = "31.12.2"
|
|
|
|
|
androidGradlePlugin = "9.0.0-alpha05"
|
|
|
|
|
androidTools = "32.0.0-alpha05"
|
|
|
|
|
androidxActivity = "1.9.3"
|
|
|
|
|
androidxAppCompat = "1.7.0"
|
|
|
|
|
androidxBrowser = "1.8.0"
|
|
|
|
@ -151,7 +151,7 @@ truth = { group = "com.google.truth", name = "truth", version.ref = "truth" }
|
|
|
|
|
turbine = { group = "app.cash.turbine", name = "turbine", version.ref = "turbine" }
|
|
|
|
|
|
|
|
|
|
# Dependencies of the included build-logic
|
|
|
|
|
android-gradleApiPlugin = { group = "com.android.tools.build", name = "gradle-api", version.ref = "androidGradlePlugin" }
|
|
|
|
|
android-gradlePlugin = { group = "com.android.tools.build", name = "gradle-api", version.ref = "androidGradlePlugin" }
|
|
|
|
|
android-tools-common = { group = "com.android.tools", name = "common", version.ref = "androidTools" }
|
|
|
|
|
compose-gradlePlugin = { module = "org.jetbrains.kotlin:compose-compiler-gradle-plugin", version.ref = "kotlin" }
|
|
|
|
|
firebase-crashlytics-gradlePlugin = { group = "com.google.firebase", name = "firebase-crashlytics-gradle", version.ref = "firebaseCrashlyticsPlugin" }
|
|
|
|
|