@@ -57,9 +57,9 @@ android {
5757 compose = true
5858 }
5959 composeOptions {
60- kotlinCompilerExtensionVersion = " 1.4.3 "
60+ kotlinCompilerExtensionVersion = " 1.4.7 "
6161 }
62- packagingOptions {
62+ packaging {
6363 resources {
6464 excludes + = " /META-INF/{AL2.0,LGPL2.1}"
6565 }
@@ -68,24 +68,24 @@ android {
6868
6969dependencies {
7070
71- implementation(platform(" androidx.compose:compose-bom:2022.10 .00" ))
71+ implementation(platform(" androidx.compose:compose-bom:2023.06 .00" ))
7272 implementation(" androidx.activity:activity-compose:1.7.2" )
73+ implementation(" androidx.compose.material:material-icons-extended" )
7374 implementation(" androidx.compose.material3:material3" )
7475 implementation(" androidx.compose.material3:material3-window-size-class" )
75- implementation(" androidx.compose.material:material-icons-extended" )
7676 implementation(" androidx.compose.ui:ui" )
7777 implementation(" androidx.compose.ui:ui-graphics" )
7878 implementation(" androidx.compose.ui:ui-tooling-preview" )
7979 implementation(" androidx.core:core-ktx:1.10.1" )
8080 implementation(" androidx.lifecycle:lifecycle-runtime-ktx:${rootProject.extra[" lifecycle_version" ]} " )
8181 implementation(" androidx.lifecycle:lifecycle-viewmodel-compose:${rootProject.extra[" lifecycle_version" ]} " )
8282
83- androidTestImplementation(platform(" androidx.compose:compose-bom:2022.10 .00" ))
83+ androidTestImplementation(platform(" androidx.compose:compose-bom:2023.06 .00" ))
8484 androidTestImplementation(" androidx.compose.ui:ui-test-junit4" )
8585 androidTestImplementation(" androidx.test.espresso:espresso-core:3.5.1" )
8686 androidTestImplementation(" androidx.test.ext:junit:1.1.5" )
8787 testImplementation(" junit:junit:4.13.2" )
8888
8989 debugImplementation(" androidx.compose.ui:ui-test-manifest" )
9090 debugImplementation(" androidx.compose.ui:ui-tooling" )
91- }
91+ }
0 commit comments