11apply plugin : ' com.android.application'
22apply plugin : ' kotlin-android'
3- apply plugin : ' kotlin-android-extensions'
43apply plugin : ' kotlin-kapt'
54
65android {
7- compileSdkVersion 29
8- buildToolsVersion " 29.0.2"
6+ compileSdkVersion 32
97 defaultConfig {
108 applicationId " jp.co.link_u.library.glideavif.sample"
119 minSdkVersion 16
12- targetSdkVersion 29
10+ targetSdkVersion 32
1311 versionCode 1
1412 versionName " 1.0"
1513 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
@@ -41,12 +39,12 @@ android {
4139dependencies {
4240 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
4341 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
44- implementation ' androidx.appcompat:appcompat:1.0.2 '
45- implementation ' androidx.core:core-ktx:1.0.2 '
46- implementation ' androidx.constraintlayout:constraintlayout:1 .1.3'
47- testImplementation ' junit:junit:4.12 '
48- androidTestImplementation ' androidx.test.ext:junit:1.1.0 '
49- androidTestImplementation ' androidx.test.espresso:espresso-core:3.1.1 '
42+ implementation ' androidx.appcompat:appcompat:1.4.1 '
43+ implementation ' androidx.core:core-ktx:1.7.0 '
44+ implementation ' androidx.constraintlayout:constraintlayout:2 .1.3'
45+ testImplementation ' junit:junit:4.13.2 '
46+ androidTestImplementation ' androidx.test.ext:junit:1.1.3 '
47+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0 '
5048
5149 implementation(" com.github.bumptech.glide:glide:4.11.0" ) {
5250 exclude group : " com.android.support"
@@ -55,6 +53,6 @@ dependencies {
5553 kapt ' com.github.bumptech.glide:compiler:4.11.0'
5654
5755 implementation project(" :glideavif" )
58- implementation ' androidx.recyclerview:recyclerview:1.1.0 '
56+ implementation ' androidx.recyclerview:recyclerview:1.2.1 '
5957 implementation " com.github.bumptech.glide:okhttp3-integration:4.11.0"
6058}
0 commit comments