File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ plugins {
55
66android {
77 namespace = " com.awxkee.avif.coil"
8- compileSdk = 34
8+ compileSdk = 35
99
1010 defaultConfig {
1111 applicationId = " com.awxkee.avif.coil"
1212 minSdk = 24
13- targetSdk = 34
13+ targetSdk = 35
1414 versionCode = 1
1515 versionName = " 1.0"
1616
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ android {
3232 }
3333
3434 namespace = " com.github.awxkee.avifcodercoil"
35- compileSdk = 34
35+ compileSdk = 35
3636
3737 defaultConfig {
3838 minSdk = 24
@@ -57,12 +57,9 @@ android {
5757}
5858
5959dependencies {
60- implementation(" androidx.core:core-ktx:1.9.0" )
61- implementation(" androidx.appcompat:appcompat:1.6.1" )
62- implementation(" com.google.android.material:material:1.9.0" )
6360 testImplementation(" junit:junit:4.13.2" )
6461 androidTestImplementation(" androidx.test.ext:junit:1.1.5" )
6562 androidTestImplementation(" androidx.test.espresso:espresso-core:3.5.1" )
66- api(" io.coil-kt.coil3:coil:3.0.3 " )
67- api(" com.github.awxkee:avif-coder:2.1.2 " )
63+ api(" io.coil-kt.coil3:coil:3.2.0 " )
64+ api(" com.github.awxkee:avif-coder:2.1.3 " )
6865}
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22plugins {
33 id(" com.android.application" ) version " 8.10.0-rc04" apply false
4- id(" org.jetbrains.kotlin.android" ) version " 1.9 .0" apply false
4+ id(" org.jetbrains.kotlin.android" ) version " 2.2 .0" apply false
55}
You can’t perform that action at this time.
0 commit comments