diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9ce3032e..18148f32 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,6 +23,6 @@ jobs: token: ${{ secrets.RELEASE_TOKEN }} release-type: node package-name: release-please-action - release-as: 3.2.1 + release-as: 3.2.2 signoff: "xihan123 " changelog-types: '[{"type":"types","section":"Types","hidden":false},{"type":"revert","section":"Reverts","hidden":false},{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"improvement","section":"Feature Improvements","hidden":false},{"type":"docs","section":"Docs","hidden":false},{"type":"ci","section":"CI","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false},{"type":"style","section":"Style","hidden":false},{"type":"refactor","section":"Refactoring","hidden":false},{"type":"perf","section":"Performance Improvements","hidden":false},{"type":"test","section":"Tests","hidden":false},{"type":"build","section":"Build","hidden":false}]' \ No newline at end of file diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 53b9f381..c86e09c0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,19 +1,19 @@ [versions] activity-compose = "1.9.1" -agp = "8.5.1" +agp = "8.5.2" coil = "2.7.0" -compose-bom = "2024.07.00-alpha01" +compose-bom = "2024.08.00-alpha01" core-ktx = "1.13.1" dexkit = "2.0.2" fastjson2 = "2.0.52" koin = "3.5.6" -kotlin = "2.0.20-Beta2" +kotlin = "2.0.20-RC" kotlinx-coroutines-core = "1.9.0-RC" kotlinx-serialization-json = "1.7.1" -ksp = "2.0.20-Beta2-1.0.23" +ksp = "2.0.20-RC-1.0.24" ktor = "2.3.12" lifecycle = "2.8.4" -lottie-compose = "6.4.1" +lottie-compose = "6.5.0" material = "1.12.0" material3 = "1.2.1" navigation-compose = "2.7.7"