File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ plugins {
66
77android {
88 namespace = " io.sohil876.testappktx"
9- compileSdk = 33
9+ compileSdk = 34
1010
1111 defaultConfig {
1212 applicationId = " io.sohil876.testappktx"
1313 minSdk = 26
14- targetSdk = 33
14+ targetSdk = 34
1515 versionCode = 1
1616 versionName = " 1.0"
1717
@@ -21,8 +21,8 @@ android {
2121 }
2222
2323 compileOptions {
24- sourceCompatibility = JavaVersion .VERSION_11
25- targetCompatibility = JavaVersion .VERSION_11
24+ sourceCompatibility = JavaVersion .VERSION_17
25+ targetCompatibility = JavaVersion .VERSION_17
2626 }
2727
2828 buildTypes {
@@ -47,7 +47,7 @@ android {
4747}
4848
4949tasks.withType< org.jetbrains.kotlin.gradle.tasks.KotlinCompile > ().configureEach {
50- kotlinOptions.jvmTarget = " 11 "
50+ kotlinOptions.jvmTarget = " 17 "
5151}
5252
5353dependencies {
You can’t perform that action at this time.
0 commit comments