Skip to content

Commit

Permalink
Merge pull request #925 from DroidKaigi/update-to-stable-agp-and-compose
Browse files Browse the repository at this point in the history
Update AGP and compose
  • Loading branch information
takahirom authored Jan 30, 2023
2 parents c93babf + c254f59 commit f0ae974
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
1 change: 1 addition & 0 deletions feature/sessions/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ dependencies {
implementation(libs.composeUi)
implementation(libs.accompanistFlowlayout)
implementation(libs.composeMaterial)
implementation(libs.composeFoundation)
implementation(libs.composeMaterial3)
implementation(libs.composeUiToolingPreview)
implementation(libs.androidxLifecycleLifecycleRuntimeKtx)
Expand Down
20 changes: 12 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
[versions]
androidGradlePlugin = "7.4.0-beta05"
kotlin = "1.7.10"
androidGradlePlugin = "7.4.0"
kotlin = "1.7.20"
molecule = "0.5.0"
buildkonfig = "0.13.3"

androidxCore = "1.9.0"
androidxAppCompat = "1.6.0-rc01"
androidDesugarJdkLibs = "2.0.0"
compose = "1.3.1"
composeCompiler = "1.3.1"
compose = "1.3.2"
composeMaterial = "1.3.1"
composeFoundation = "1.3.1"
composeIcon = "1.3.1"
composeCompiler = "1.3.2"
composeMaterial3WindowSizeClass = "1.0.0-rc01"
composeMaterial3 = "1.0.0-rc01"
androidxFragment = "1.5.3"
Expand All @@ -29,7 +32,7 @@ ktlint = "0.45.2"
kotlinxCollectionsImmutable = "0.3.5"
ktor = "2.1.2"
kotlinxCoroutines = "1.6.4"
zipline = "0.9.5"
zipline = "0.9.8"
ziplineSnapshot = "1.0.0-SNAPSHOT"
okHttp = "4.10.0"
sqldelight = "1.5.4"
Expand All @@ -48,7 +51,7 @@ kluent = "1.69"
coilCompose = "2.2.2"
koin = "3.2.2"
androidXChromeCustomTabs = "1.4.0"
ksp = "1.7.10-1.0.6"
ksp = "1.7.20-1.0.6"
paparazzi = "1.0.0"
showkase = "1.0.0-beta13"
testParameterInjector = "1.9"
Expand Down Expand Up @@ -82,8 +85,9 @@ crashlyticsPlugin = { module = "com.google.firebase:firebase-crashlytics-gradle"
composeRuntime = { module = "androidx.compose.runtime:runtime", version.ref = "compose" }
composeUi = { module = "androidx.compose.ui:ui", version.ref = "compose" }
composeUiGoogleFonts = { module = "androidx.compose.ui:ui-text-google-fonts", version.ref = "compose" }
composeMaterial = { module = "androidx.compose.material:material", version.ref = "compose" }
composeMaterialIcons = { module = "androidx.compose.material:material-icons-extended", version.ref = "compose" }
composeMaterial = { module = "androidx.compose.material:material", version.ref = "composeMaterial" }
composeFoundation = { module = "androidx.compose.foundation:foundation", version.ref = "composeFoundation" }
composeMaterialIcons = { module = "androidx.compose.material:material-icons-extended", version.ref = "composeIcon" }
composeMaterial3 = { module = "androidx.compose.material3:material3", version.ref = "composeMaterial3" }
composeUiToolingPreview = { module = "androidx.compose.ui:ui-tooling-preview", version.ref = "compose" }
composeUiTestJunit4 = { module = "androidx.compose.ui:ui-test-junit4", version.ref = "compose" }
Expand Down

0 comments on commit f0ae974

Please sign in to comment.