Skip to content

Commit

Permalink
UPDATE: Minor version upgrade for tools and libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
oasisfeng committed Jan 5, 2024
1 parent ff383dc commit 50cee60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.android.tools.build:gradle:8.2.0'
classpath 'com.android.tools.build:gradle:8.2.1'
classpath 'com.google.gms:google-services:4.4.0'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.9'

Expand Down
4 changes: 2 additions & 2 deletions mobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies {
implementation 'com.google.android.material:material:1.4.0'
implementation 'androidx.cardview:cardview:1.0.0'

implementation platform('androidx.compose:compose-bom:2023.06.01')
implementation platform('androidx.compose:compose-bom:2023.10.01')
implementation 'androidx.compose.ui:ui-tooling-preview' // @Preview
implementation 'androidx.compose.runtime:runtime-livedata' // LiveData.observeAsState()
implementation 'androidx.compose.material:material'
Expand All @@ -66,7 +66,7 @@ dependencies {
implementation 'dev.rikka.shizuku:api:12.1.0'
implementation 'dev.rikka.shizuku:provider:12.1.0'

debugImplementation 'androidx.compose.ui:ui-tooling:1.1.0-rc01' // Implementation for @Preview (only needed by Android Studio)
debugImplementation 'androidx.compose.ui:ui-tooling' // Implementation for @Preview (only needed by Android Studio)

androidTestImplementation 'org.mockito:mockito-android:2.8.9'
androidTestImplementation 'androidx.test:runner:1.3.0'
Expand Down

0 comments on commit 50cee60

Please sign in to comment.