Skip to content

Commit 88d83cb

Browse files
committed
java 17
1 parent 6b09e96 commit 88d83cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ android {
7979
}
8080
//Upgrading to Java 8 in order to use YubiKit SDK
8181
compileOptions {
82-
sourceCompatibility JavaVersion.VERSION_1_8
83-
targetCompatibility JavaVersion.VERSION_1_8
82+
sourceCompatibility JavaVersion.VERSION_17
83+
targetCompatibility JavaVersion.VERSION_17
8484
}
8585

8686
lintOptions {

0 commit comments

Comments
 (0)