We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b09e96 commit 88d83cbCopy full SHA for 88d83cb
common/build.gradle
@@ -79,8 +79,8 @@ android {
79
}
80
//Upgrading to Java 8 in order to use YubiKit SDK
81
compileOptions {
82
- sourceCompatibility JavaVersion.VERSION_1_8
83
- targetCompatibility JavaVersion.VERSION_1_8
+ sourceCompatibility JavaVersion.VERSION_17
+ targetCompatibility JavaVersion.VERSION_17
84
85
86
lintOptions {
0 commit comments