@@ -9,8 +9,8 @@ android {
99 applicationId " com.roottools.rootchecker"
1010 minSdkVersion 23
1111 targetSdkVersion 34
12- versionCode 104
13- versionName " 4.6 "
12+ versionCode 109
13+ versionName " 4.7 "
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.1 "
45+ kotlinCompilerExtensionVersion " 1.5.4 "
4646 }
4747 packagingOptions {
4848 resources {
@@ -59,19 +59,19 @@ dependencies {
5959 testImplementation ' junit:junit:4.13.2'
6060 implementation ' androidx.cardview:cardview:1.0.0'
6161 androidTestImplementation ' androidx.test:runner:1.5.2'
62- implementation ' com.google.android.material:material:1.11.0-alpha02 '
62+ implementation ' com.google.android.material:material:1.11.0-beta01 '
6363 androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1'
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.1 "
68- implementation ' androidx.compose.material3:material3:1.2.0-alpha07 '
69- implementation " androidx.compose.material3:material3-window-size-class:1.2.0-alpha07 "
67+ implementation " androidx.compose.ui:ui:1.5.4 "
68+ implementation ' androidx.compose.material3:material3:1.2.0-alpha10 '
69+ implementation " androidx.compose.material3:material3-window-size-class:1.2.0-alpha10 "
7070 implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.6.2'
71- implementation ' androidx.activity:activity-compose:1.7.2 '
72- androidTestImplementation " androidx.compose.ui:ui-test-junit4:1.5.1 "
73- debugImplementation ' androidx.compose.ui:ui-tooling:1.5.1 '
74- implementation " androidx.compose.ui:ui-tooling-preview:1.5.1 "
71+ implementation ' androidx.activity:activity-compose:1.8.0 '
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 "
7575 implementation " com.google.accompanist:accompanist-systemuicontroller:0.28.0"
7676}
7777
0 commit comments