Skip to content

Commit

Permalink
Prepare for 1.0.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
oupson committed Jul 14, 2023
1 parent 898de81 commit e3179f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ repositories {
}
dependencies {
implementation 'com.github.oupson:Kapng-Android:1.0.10'
implementation 'com.github.oupson:Kapng-Android:1.0.11'
}
```

Expand Down
4 changes: 2 additions & 2 deletions app-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down

0 comments on commit e3179f9

Please sign in to comment.