Skip to content

Commit f7784d6

Browse files
committed
Upgraded to 1.5.9
1 parent 0c92078 commit f7784d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ plugins {
55

66
android {
77
namespace = "com.awxkee.avif.coil"
8-
compileSdk = 33
8+
compileSdk = 34
99

1010
defaultConfig {
1111
applicationId = "com.awxkee.avif.coil"
1212
minSdk = 24
13-
targetSdk = 33
13+
targetSdk = 34
1414
versionCode = 1
1515
versionName = "1.0"
1616

avifcoillibrary/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ android {
3232
}
3333

3434
namespace = "com.github.awxkee.avifcodercoil"
35-
compileSdk = 33
35+
compileSdk = 34
3636

3737
defaultConfig {
3838
minSdk = 24

0 commit comments

Comments
 (0)