File tree Expand file tree Collapse file tree 1 file changed +9
-14
lines changed
Expand file tree Collapse file tree 1 file changed +9
-14
lines changed Original file line number Diff line number Diff line change @@ -16,33 +16,28 @@ android {
1616 minSdk = 21
1717 targetSdk = 35
1818
19- testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
2019 vectorDrawables {
2120 useSupportLibrary = true
2221 }
2322 }
2423
24+ compileOptions {
25+ sourceCompatibility = JavaVersion .VERSION_21
26+ targetCompatibility = JavaVersion .VERSION_21
27+ }
28+ kotlin {
29+ jvmToolchain(21 )
30+ }
31+
2532 buildTypes {
2633 release {
27- isMinifyEnabled = false
2834 proguardFiles(getDefaultProguardFile(" proguard-android-optimize.txt" ))
2935 }
3036 }
31- compileOptions {
32- sourceCompatibility = JavaVersion .VERSION_1_8
33- targetCompatibility = JavaVersion .VERSION_1_8
34- }
35- kotlinOptions {
36- jvmTarget = " 1.8"
37- }
37+
3838 buildFeatures {
3939 compose = true
4040 }
41- packaging {
42- resources {
43- excludes.add(" /META-INF/{AL2.0,LGPL2.1}" )
44- }
45- }
4641}
4742
4843dependencies {
You can’t perform that action at this time.
0 commit comments