@@ -5,23 +5,23 @@ plugins {
5
5
6
6
android {
7
7
namespace = " com.jetbrains.simplelogin.kotlinmultiplatformsandbox"
8
- compileSdk = 33
8
+ compileSdk = 34
9
9
defaultConfig {
10
10
applicationId = " com.jetbrains.simplelogin.kotlinmultiplatformsandbox"
11
- minSdk = 21
12
- targetSdk = 33
11
+ minSdk = 26
12
+ targetSdk = 34
13
13
versionCode = 1
14
14
versionName = " 1.0"
15
15
}
16
16
buildFeatures {
17
17
compose = true
18
18
}
19
19
composeOptions {
20
- kotlinCompilerExtensionVersion = " 1.4.7 "
20
+ kotlinCompilerExtensionVersion = " 1.5.4-dev-k1.9.20-Beta2-ac5f960bdaf "
21
21
}
22
22
packaging {
23
23
resources {
24
- excludes + = " /META-INF/{AL2.0,LGPL2.1} "
24
+ excludes + = " /META-INF/** "
25
25
}
26
26
}
27
27
buildTypes {
@@ -30,20 +30,20 @@ android {
30
30
}
31
31
}
32
32
compileOptions {
33
- sourceCompatibility = JavaVersion .VERSION_1_8
34
- targetCompatibility = JavaVersion .VERSION_1_8
33
+ sourceCompatibility = JavaVersion .VERSION_17
34
+ targetCompatibility = JavaVersion .VERSION_17
35
35
}
36
36
kotlinOptions {
37
- jvmTarget = " 1.8 "
37
+ jvmTarget = " 17 "
38
38
}
39
39
}
40
40
41
41
dependencies {
42
42
implementation(project(" :shared" ))
43
- implementation(" androidx.compose.ui:ui:1.4 .3" )
44
- implementation(" androidx.compose.ui:ui-tooling:1.4 .3" )
45
- implementation(" androidx.compose.ui:ui-tooling-preview:1.4 .3" )
46
- implementation(" androidx.compose.foundation:foundation:1.4 .3" )
47
- implementation(" androidx.compose.material:material:1.4 .3" )
48
- implementation(" androidx.activity:activity-compose:1.7.1 " )
43
+ implementation(" androidx.compose.ui:ui:1.5 .3" )
44
+ implementation(" androidx.compose.ui:ui-tooling:1.5 .3" )
45
+ implementation(" androidx.compose.ui:ui-tooling-preview:1.5 .3" )
46
+ implementation(" androidx.compose.foundation:foundation:1.5 .3" )
47
+ implementation(" androidx.compose.material:material:1.5 .3" )
48
+ implementation(" androidx.activity:activity-compose:1.8.0 " )
49
49
}
0 commit comments