We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7e3574 + 5155a8e commit 55bb4aeCopy full SHA for 55bb4ae
buildSrc/src/main/kotlin/ModuleConfig.kt
@@ -2,7 +2,7 @@ object ModuleConfig {
2
const val name = "ApngDrawable"
3
const val description = "Fast and light weight Animated Portable Network Graphics(APNG) " +
4
"image decoder library for Android platform"
5
- const val version = "1.10.0"
+ const val version = "1.11.0"
6
const val groupId = "com.linecorp"
7
const val artifactId = "apng"
8
const val siteUrl = "https://github.com/line/apng-drawable"
0 commit comments