Skip to content

Commit 40aa5fc

Browse files
committed
update gradle
1 parent a280325 commit 40aa5fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

knet-sdk/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ android {
4141
}
4242
}
4343
compileOptions {
44-
sourceCompatibility JavaVersion.VERSION_1_8
45-
targetCompatibility JavaVersion.VERSION_1_8
44+
sourceCompatibility JavaVersion.VERSION_11
45+
targetCompatibility JavaVersion.VERSION_11
4646
}
4747
kotlinOptions {
48-
jvmTarget = '1.8'
48+
jvmTarget = '11'
4949
}
5050

5151
}

0 commit comments

Comments
 (0)