Prepare for 1.0.11 release

This commit is contained in:
oupson 2023-07-14 09:57:35 +02:00
parent 898de8116e
commit e3179f95e7
Signed by: oupson
GPG Key ID: 3BD88615552EFCB7
2 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,7 @@ repositories {
}
dependencies {
implementation 'com.github.oupson:Kapng-Android:1.0.10'
implementation 'com.github.oupson:Kapng-Android:1.0.11'
}
```

View File

@ -8,8 +8,8 @@ android {
applicationId "oupson.apngcreator"
minSdkVersion 19
targetSdkVersion 33
versionCode 1
versionName "1.0.10"
versionCode 2
versionName "1.0.11"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}