Skip to content

Migrate coil-transformations and update to Coil 3.x#21

Merged
Jawnnypoo merged 1 commit into
mainfrom
feature/open-source-library-migration
Mar 6, 2026
Merged

Migrate coil-transformations and update to Coil 3.x#21
Jawnnypoo merged 1 commit into
mainfrom
feature/open-source-library-migration

Conversation

@theJawnnybot

Copy link
Copy Markdown
Contributor

Summary

Applied the open-source-library-migration.md checklist and updated Coil to 3.x.

Build/toolchain

  • Java 17
  • Gradle 9.3.1 (wrapper + scripts refreshed)
  • AGP 9.1.0
  • Kotlin 2.3.10 version catalog update
  • Updated dependencies to current versions, including Coil 3.2.0

Publishing

  • Switched publishing host to Central Portal:
    • publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)
  • Kept release signing gate (RELEASE_SIGNING_ENABLED)
  • Patch bump in gradle.properties to VERSION_NAME=3.0.8

CI/CD

  • Modernized CI workflow and wrapper validation action
  • Updated release workflow to use:
    • MAVEN_CENTRAL_USERNAME
    • MAVEN_CENTRAL_PASSWORD
    • SIGNING_PRIVATE_KEY
    • SIGNING_PASSWORD
  • Release now uses tag arg override (no file mutation):
    • -PVERSION_NAME="${GITHUB_REF_NAME}"

Docs/cleanup

  • Removed .jitpack.yml
  • Updated README to Maven Central badge + dependency coordinates
  • Updated README preview link from master to main

Validation

  • ./gradlew build

@Jawnnypoo Jawnnypoo merged commit c1111ad into main Mar 6, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants