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 5cafc4b commit 1740f31Copy full SHA for 1740f31
auth0/build.gradle
@@ -67,7 +67,7 @@ android {
67
targetCompatibility JavaVersion.VERSION_11
68
}
69
kotlinOptions {
70
- jvmTarget = '1.8'
+ jvmTarget = JavaVersion.VERSION_11.toString()
71
freeCompilerArgs += [
72
'-Xexplicit-api=strict', // or '-Xexplicit-api=warning'
73
]
sample/build.gradle
@@ -7,7 +7,7 @@ android {
7
compileSdkVersion 35
8
9
defaultConfig {
10
- minSdkVersion 21
+ minSdkVersion 24
11
targetSdkVersion 35
12
versionCode 1
13
versionName "1.0"
0 commit comments