File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ afterEvaluate {
1515 create<MavenPublication >(" mavenJava" ) {
1616 groupId = " com.github.awxkee"
1717 artifactId = " avif-coder-coil"
18- version = " 2.0.2 "
18+ version = " 2.0.5 "
1919 from(components.findByName(" release" ))
2020// artifact("androidSourcesJar")
2121 }
@@ -64,5 +64,5 @@ dependencies {
6464 androidTestImplementation(" androidx.test.ext:junit:1.1.5" )
6565 androidTestImplementation(" androidx.test.espresso:espresso-core:3.5.1" )
6666 api(" io.coil-kt:coil:2.7.0" )
67- api(" com.github.awxkee:avif-coder:2.0.4 " )
67+ api(" com.github.awxkee:avif-coder:2.0.5 " )
6868}
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 {
3- id(" com.android.application" ) version " 8.7.0 " apply false
3+ id(" com.android.application" ) version " 8.7.1 " apply false
44 id(" org.jetbrains.kotlin.android" ) version " 1.9.0" apply false
55}
You can’t perform that action at this time.
0 commit comments