File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ android {
1212 defaultConfig {
1313 applicationId " com.github.poad.test.deviceflowexample"
1414 minSdkVersion 36
15- compileSdk 36
1615 targetSdkVersion 36
16+ compileSdkVersion 36
1717 versionCode 1
1818 versionName " 1.0"
1919
@@ -30,12 +30,8 @@ android {
3030 }
3131 compileOptions {
3232 coreLibraryDesugaringEnabled = true
33- sourceCompatibility JavaVersion . VERSION_1_8
34- targetCompatibility JavaVersion . VERSION_1_8
35- }
36-
37- kotlinOptions {
38- jvmTarget = " 1.8"
33+ sourceCompatibility JavaVersion . VERSION_11
34+ targetCompatibility JavaVersion . VERSION_11
3935 }
4036}
4137
@@ -59,7 +55,7 @@ dependencies {
5955 implementation ' androidx.activity:activity-ktx:1.10.1'
6056
6157 // https://mvnrepository.com/artifact/com.github.bumptech.glide/glide
62- implementation ' com.github.bumptech.glide:glide:5.0.0'
58+ implementation ' com.github.bumptech.glide:glide:5.0.0-rc01 '
6359
6460 // https://mvnrepository.com/artifact/com.journeyapps/zxing-android-embedded
6561 implementation ' com.journeyapps:zxing-android-embedded:4.3.0'
You can’t perform that action at this time.
0 commit comments