redwarp / gifdecoder

An implementation of a gif decoder written 100% in Kotlin, plus an associated Drawable for Android
Apache License 2.0
47 stars 6 forks source link

Cleanup Publish Cache Step #2

Closed cortinico closed 3 years ago

cortinico commented 3 years ago

Hey @redwarp 👋

Just passing by and I'm leaving some improvements to the build configuration. Since they're all chores, I've collected all of them in a single PR but let me know if you wish me to discard a commit or do separate PRs.

c447b97 Do not mix plugins{} with buildscript{} 0870b17 Explicitely specify the KtLint version to use 87c784f Add missing Copyright note to LICENSE 6a5f7cd Replace deprecated dependencyResolutionManagement eba82dd Refetch the gradlew.bat c9e9d6d Add the pre merge Github Action 6c1ce1e Extract Gradle Wrapper validation to its own Action 714ad0a Cleanup Publish Cache Step