Skip to content

Commit

Permalink
breaking: simplify dependencies
Browse files Browse the repository at this point in the history
chore: update JDK in release workflow (#419)

feat: add custom ClusterRenderer (#360)

chore: update to Maps KTX v4.0.0 (Maps SDK for Android v18.1.0, Maps Utils v3.5.3), Kotlin 1.9.0, and other dependencies (#377)

BREAKING CHANGE: remove guidance to specify Maps SDK for Android and Utility Library dependencies alongside Maps Compose. These dependencies are pulled in by the Maps Compose build script to ensure version compatibility.
  • Loading branch information
kikoso authored Oct 3, 2023
1 parent dff9276 commit 9456fec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
with:
token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}
- uses: gradle/[email protected]
- name: Set up JDK 17
uses: actions/[email protected]
with:
java-version: '17'
distribution: 'adopt'
- name: Create .gpg key
run: |
echo $GPG_KEY_ARMOR | base64 --decode > ./release.asc
Expand Down

0 comments on commit 9456fec

Please sign in to comment.