Skip to content

Commit

Permalink
#1274 bump compose library versions and add tooling for debug_release…
Browse files Browse the repository at this point in the history
… build type
  • Loading branch information
sds100 committed Oct 16, 2024
1 parent 00ed19c commit 381c874
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -217,11 +217,12 @@ dependencies {
kapt "androidx.room:room-compiler:$room_version"

// Compose
implementation "androidx.compose.ui:ui-android:1.7.2"
implementation "androidx.compose.ui:ui-android:1.7.4"
implementation "androidx.compose.material3:material3-android:1.3.0"
implementation "androidx.compose.ui:ui-tooling-preview-android:1.7.2"
implementation "androidx.compose.material:material-icons-extended-android:1.7.2"
debugImplementation "androidx.compose.ui:ui-tooling:1.7.2"
implementation "androidx.compose.ui:ui-tooling-preview-android:1.7.4"
implementation "androidx.compose.material:material-icons-extended-android:1.7.4"
debugImplementation "androidx.compose.ui:ui-tooling:1.7.4"
debug_releaseImplementation "androidx.compose.ui:ui-tooling:1.7.4"

// debugImplementation "com.squareup.leakcanary:leakcanary-android:2.6"

Expand Down

0 comments on commit 381c874

Please sign in to comment.