|
|
@@ -33,11 +33,11 @@ android {
|
|
|
}
|
|
|
}
|
|
|
compileOptions {
|
|
|
- sourceCompatibility JavaVersion.VERSION_1_8
|
|
|
- targetCompatibility JavaVersion.VERSION_1_8
|
|
|
+ sourceCompatibility JavaVersion.VERSION_11
|
|
|
+ targetCompatibility JavaVersion.VERSION_11
|
|
|
}
|
|
|
kotlinOptions {
|
|
|
- jvmTarget = '1.8'
|
|
|
+ jvmTarget = '11'
|
|
|
}
|
|
|
buildFeatures {
|
|
|
compose true
|
|
|
@@ -62,7 +62,7 @@ dependencies {
|
|
|
|
|
|
// androidx compose
|
|
|
implementation "androidx.compose.material:material:$composeMaterialVersion"
|
|
|
- implementation 'androidx.activity:activity-compose:1.6.1'
|
|
|
+ implementation 'androidx.activity:activity-compose:1.7.0'
|
|
|
|
|
|
// androidx room
|
|
|
//noinspection GradleDependency
|