We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c92078 commit f7784d6Copy full SHA for f7784d6
app/build.gradle.kts
@@ -5,12 +5,12 @@ plugins {
5
6
android {
7
namespace = "com.awxkee.avif.coil"
8
- compileSdk = 33
+ compileSdk = 34
9
10
defaultConfig {
11
applicationId = "com.awxkee.avif.coil"
12
minSdk = 24
13
- targetSdk = 33
+ targetSdk = 34
14
versionCode = 1
15
versionName = "1.0"
16
avifcoillibrary/build.gradle.kts
@@ -32,7 +32,7 @@ android {
32
}
33
34
namespace = "com.github.awxkee.avifcodercoil"
35
36
37
38
0 commit comments