@@ -4,12 +4,12 @@ plugins {
44}
55
66android {
7- compileSdk 31
7+ compileSdk 33
88
99 defaultConfig {
1010 applicationId " com.jamal.composeprefs3sample"
11- minSdk 23
12- targetSdk 31
11+ minSdk 26
12+ targetSdk 33
1313 versionCode 1
1414 versionName " 1.0"
1515
@@ -31,13 +31,12 @@ android {
3131 }
3232 kotlinOptions {
3333 jvmTarget = ' 1.8'
34- useIR = true
3534 }
3635 buildFeatures {
3736 compose true
3837 }
3938 composeOptions {
40- kotlinCompilerExtensionVersion = " 1.2.0-alpha08 "
39+ kotlinCompilerExtensionVersion = " 1.3.2 "
4140 }
4241 packagingOptions {
4342 resources {
@@ -49,20 +48,19 @@ android {
4948
5049dependencies {
5150
52- implementation ' androidx.core:core-ktx:1.7.0'
53- implementation ' androidx.appcompat:appcompat:1.4.1'
54- implementation ' com.google.android.material:material:1.6.0'
55- implementation " androidx.compose.ui:ui:1.2.0-beta02"
56- implementation " androidx.compose.material3:material3:1.0.0-alpha12"
57- implementation " androidx.compose.material3:material3-window-size-class:1.0.0-alpha12"
58- implementation " androidx.compose.ui:ui-tooling-preview:1.2.0-beta02"
59- implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.4.1'
60- implementation ' androidx.activity:activity-compose:1.4.0'
51+ implementation ' androidx.core:core-ktx:1.9.0'
52+ implementation ' com.google.android.material:material:1.7.0'
53+ implementation " androidx.compose.ui:ui:1.3.0"
54+ implementation " androidx.compose.material3:material3:1.0.0"
55+ implementation " androidx.compose.material3:material3-window-size-class:1.0.0"
56+ implementation " androidx.compose.ui:ui-tooling-preview:1.3.0"
57+ implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.5.1'
58+ implementation ' androidx.activity:activity-compose:1.6.1'
6159 testImplementation ' junit:junit:4.+'
6260 androidTestImplementation ' androidx.test.ext:junit:1.1.3'
6361 androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0'
64- androidTestImplementation " androidx.compose.ui:ui-test-junit4:1.2.0-beta02 "
65- debugImplementation " androidx.compose.ui:ui-tooling:1.2.0-beta02 "
62+ androidTestImplementation " androidx.compose.ui:ui-test-junit4:1.3.0 "
63+ debugImplementation " androidx.compose.ui:ui-tooling:1.3.0 "
6664
6765 // ComposePrefs library
6866 implementation project(' :ComposePrefs3' )
0 commit comments