@@ -9,8 +9,8 @@ android {
99 applicationId " com.roottools.rootchecker"
1010 minSdkVersion 23
1111 targetSdkVersion 34
12- versionCode 110
13- versionName " 4.8 "
12+ versionCode 112
13+ versionName " 4.9 "
1414 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1515 vectorDrawables {
1616 useSupportLibrary true
@@ -42,7 +42,7 @@ android {
4242 jvmTarget = ' 17'
4343 }
4444 composeOptions {
45- kotlinCompilerExtensionVersion " 1.5.7 "
45+ kotlinCompilerExtensionVersion " 1.5.11 "
4646 }
4747 packagingOptions {
4848 resources {
@@ -64,14 +64,14 @@ dependencies {
6464 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version "
6565 implementation ' androidx.core:core-splashscreen:1.0.1'
6666 implementation ' androidx.core:core-ktx:1.12.0'
67- implementation " androidx.compose.ui:ui:1.5.4 "
68- implementation ' androidx.compose.material3:material3:1.2.0-beta01 '
69- implementation " androidx.compose.material3:material3-window-size-class:1.2.0-beta01 "
70- implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.6.2 '
67+ implementation " androidx.compose.ui:ui:1.6.5 "
68+ implementation ' androidx.compose.material3:material3:1.2.1 '
69+ implementation " androidx.compose.material3:material3-window-size-class:1.2.1 "
70+ implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.7.0 '
7171 implementation ' androidx.activity:activity-compose:1.8.2'
72- androidTestImplementation " androidx.compose.ui:ui-test-junit4:1.5.4 "
73- debugImplementation ' androidx.compose.ui:ui-tooling:1.5.4 '
74- implementation " androidx.compose.ui:ui-tooling-preview:1.5.4 "
72+ androidTestImplementation " androidx.compose.ui:ui-test-junit4:1.6.5 "
73+ debugImplementation ' androidx.compose.ui:ui-tooling:1.6.5 '
74+ implementation " androidx.compose.ui:ui-tooling-preview:1.6.5 "
7575 implementation " com.google.accompanist:accompanist-systemuicontroller:0.28.0"
7676}
7777
0 commit comments