Skip to content

Commit 9f82be7

Browse files
committed
Bump version
1 parent c6b0e72 commit 9f82be7

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ plugins {
55

66
android {
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

avifcoillibrary/build.gradle.kts

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff 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

5959
dependencies {
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
}

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
plugins {
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
}

0 commit comments

Comments
 (0)