-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Dependency versions bump * Stop further decoding on error. Fixes incorrect error code in #801 * Sample dependency versions bump * Stronger suppress warning for workaround in LibraryLoader * Fix java to kotlin conversion of TexturePlaceholderFragment.kt * Clear GifTextureView when removing source. Fixes #745 * Fix current position calculation on the subsequent loops on first frame. Fixes #657 * Update NDK to 25.0.8775105 * Release 1.2.25
- Loading branch information
Showing
13 changed files
with
177 additions
and
148 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
org.gradle.jvmargs=-Xmx1536M | ||
android.useAndroidX=true | ||
|
||
SONATYPE_HOST=DEFAULT | ||
RELEASE_SIGNING_ENABLED=true | ||
|
||
GROUP=pl.droidsonroids.gif | ||
POM_ARTIFACT_ID=android-gif-drawable | ||
VERSION_NAME=1.2.24 | ||
VERSION_NAME=1.2.25 | ||
|
||
POM_NAME=android-gif-drawable | ||
POM_DESCRIPTION=Views and Drawable for displaying animated GIFs for Android | ||
|
@@ -19,5 +22,5 @@ POM_SCM_CONNECTION=scm:git:git://github.com/koral--/android-gif-drawable.git | |
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/koral--/android-gif-drawable.git | ||
|
||
POM_DEVELOPER_ID=koral | ||
POM_DEVELOPER_NAME=Karol Wrótniak | ||
POM_DEVELOPER_NAME=Karol Wrótniak | ||
POM_DEVELOPER_URL=https://github.com/koral-- |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
Oops, something went wrong.