Skip to content

Commit 1740f31

Browse files
committed
Minor change in the sample app gradle file
1 parent 5cafc4b commit 1740f31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

auth0/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ android {
6767
targetCompatibility JavaVersion.VERSION_11
6868
}
6969
kotlinOptions {
70-
jvmTarget = '1.8'
70+
jvmTarget = JavaVersion.VERSION_11.toString()
7171
freeCompilerArgs += [
7272
'-Xexplicit-api=strict', // or '-Xexplicit-api=warning'
7373
]

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ android {
77
compileSdkVersion 35
88

99
defaultConfig {
10-
minSdkVersion 21
10+
minSdkVersion 24
1111
targetSdkVersion 35
1212
versionCode 1
1313
versionName "1.0"

0 commit comments

Comments
 (0)