@@ -5,12 +5,12 @@ plugins {
5
5
6
6
android {
7
7
namespace ' com.lahsuak.apps.jetpackcomposebasic'
8
- compileSdk 33
8
+ compileSdk 34
9
9
10
10
defaultConfig {
11
11
applicationId " com.lahsuak.apps.jetpackcomposebasic"
12
12
minSdk 23
13
- targetSdk 33
13
+ targetSdk 34
14
14
versionCode 1
15
15
versionName " 1.0"
16
16
@@ -27,17 +27,17 @@ android {
27
27
}
28
28
}
29
29
compileOptions {
30
- sourceCompatibility JavaVersion . VERSION_1_8
31
- targetCompatibility JavaVersion . VERSION_1_8
30
+ sourceCompatibility JavaVersion . VERSION_17
31
+ targetCompatibility JavaVersion . VERSION_17
32
32
}
33
33
kotlinOptions {
34
- jvmTarget = ' 1.8 '
34
+ jvmTarget = ' 17 '
35
35
}
36
36
buildFeatures {
37
37
compose true
38
38
}
39
39
composeOptions {
40
- kotlinCompilerExtensionVersion ' 1.1.1 '
40
+ kotlinCompilerExtensionVersion ' 1.4.3 '
41
41
}
42
42
packagingOptions {
43
43
resources {
@@ -48,15 +48,15 @@ android {
48
48
49
49
dependencies {
50
50
51
- implementation ' androidx.core:core-ktx:1.9.0 '
52
- implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.5 .1'
53
- implementation ' androidx.activity:activity-compose:1.6.1 '
51
+ implementation ' androidx.core:core-ktx:1.10.1 '
52
+ implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.6 .1'
53
+ implementation ' androidx.activity:activity-compose:1.7.2 '
54
54
implementation " androidx.compose.ui:ui:$compose_version "
55
55
implementation " androidx.compose.ui:ui-tooling-preview:$compose_version "
56
- implementation ' androidx.compose.material3:material3:1.1 .0-alpha03'
56
+ implementation ' androidx.compose.material3:material3:1.2 .0-alpha03'
57
57
testImplementation ' junit:junit:4.13.2'
58
- androidTestImplementation ' androidx.test.ext:junit:1.1.4 '
59
- androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.0 '
58
+ androidTestImplementation ' androidx.test.ext:junit:1.1.5 '
59
+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1 '
60
60
androidTestImplementation " androidx.compose.ui:ui-test-junit4:$compose_version "
61
61
debugImplementation " androidx.compose.ui:ui-tooling:$compose_version "
62
62
debugImplementation " androidx.compose.ui:ui-test-manifest:$compose_version "
0 commit comments