Upgrade dependencies

pull/2064/head
lihenggui 2 years ago
parent 2c98afa365
commit 80adc9a719

@ -90,9 +90,9 @@ android {
applicationId = "com.google.samples.apps.niacatalog"
versionCode = 1
versionName = "0.0.1" // X.Y.Z; X = Major, Y = minor, Z = Patch level
minSdk = libs.versions.android.minSdk.get().toInt()
targetSdk = libs.versions.android.targetSdk.get().toInt()
compileSdk = libs.versions.android.compileSdk.get().toInt()
minSdk = 24
targetSdk = 34
compileSdk = 34
// The UI catalog does not depend on content from the app, however, it depends on modules
// which do, so we must specify a default value for the contentType dimension.
missingDimensionStrategy("contentType", "demo")

@ -7,10 +7,10 @@ androidTools = "31.4.2"
androidxActivity = "1.9.0"
androidxAppCompat = "1.6.1"
androidxBrowser = "1.8.0"
androidxComposeAlpha = "1.7.0-beta01"
androidxComposeBom = "2024.05.00"
androidxComposeMaterial3Adaptive = "1.0.0-beta02"
androidxComposeMaterial3AdaptiveNavigationSuite = "1.3.0-beta01"
androidxComposeAlpha = "1.7.0-beta03"
androidxComposeBom = "2024.06.00"
androidxComposeMaterial3Adaptive = "1.0.0-beta03"
androidxComposeMaterial3AdaptiveNavigationSuite = "1.3.0-beta03"
androidxComposeRuntimeTracing = "1.0.0-beta01"
androidxCore = "1.13.1"
androidxCoreSplashscreen = "1.0.1"
@ -20,7 +20,7 @@ androidxHiltNavigationCompose = "1.2.0"
androidxLifecycle = "2.7.0"
androidxMacroBenchmark = "1.2.4"
androidxMetrics = "1.0.0-beta01"
androidxNavigation = "2.8.0-beta02"
androidxNavigation = "2.8.0-beta03"
androidxProfileinstaller = "1.3.1"
androidxTestCore = "1.5.0"
androidxTestExt = "1.1.5"
@ -59,17 +59,11 @@ room = "2.6.1"
secrets = "2.0.1"
truth = "1.4.2"
turbine = "1.1.0"
agp = "8.2.0"
android-compileSdk = "34"
android-minSdk = "24"
android-targetSdk = "34"
androidx-activityCompose = "1.8.2"
androidx-appcompat = "1.6.1"
androidx-constraintlayout = "2.1.4"
androidx-espresso-core = "3.5.1"
androidx-material = "1.12.0"
androidx-test-junit = "1.1.5"
compose-ui-tooling = "1.6.7"
compose-ui-tooling = "1.6.8"
compose-plugin = "1.6.11"
junit = "4.13.2"
sqldelight = "2.0.2"

Loading…
Cancel
Save