Skip to content

Commit

Permalink
Upgrade to 1.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
awxkee committed Jan 9, 2024
1 parent aee59f5 commit b601fe4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ plugins {

android {
namespace = "com.awxkee.avif.glideapp.decoder"
compileSdk = 33
compileSdk = 34

defaultConfig {
applicationId = "com.awxkee.avif.glideapp.decoder"
minSdk = 24
targetSdk = 33
targetSdk = 34
versionCode = 1
versionName = "1.0"

Expand Down
2 changes: 1 addition & 1 deletion avifglide/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ android {
}

namespace = "com.awxkee.avif.glide"
compileSdk = 33
compileSdk = 34

defaultConfig {
minSdk = 24
Expand Down

0 comments on commit b601fe4

Please sign in to comment.