Skip to content

Commit 16b811c

Browse files
committed
ビルド設定を更新: compileSdkをcompileSdkVersionに変更、Java 11に更新、Glideライブラリを最新版に更新
1 parent 567f104 commit 16b811c

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

app/build.gradle

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)