From 02b5fd32807957782b0a9418abd42c13ad282403 Mon Sep 17 00:00:00 2001 From: Konstantin Aksenov Date: Thu, 3 Sep 2026 19:12:05 +1000 Subject: [PATCH 1/3] Bump libraries to 1.1.1 and modernize release workflow - lib.version.* -> 1.1.1 for compose, compose-ui, compose-test, compose-semantics - publish-release-workflow: actions/checkout@v4, actions/setup-java@v4 (Temurin 17) with Gradle cache --- .github/workflows/publish-release-workflow.yaml | 6 ++++-- gradle.properties | 8 ++++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/publish-release-workflow.yaml b/.github/workflows/publish-release-workflow.yaml index c2657a9f..e6eaff02 100644 --- a/.github/workflows/publish-release-workflow.yaml +++ b/.github/workflows/publish-release-workflow.yaml @@ -12,11 +12,13 @@ jobs: name: Deploy ${{ inputs.project }} to OSSHR runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: Set up JDK 17 - uses: actions/setup-java@v1 + uses: actions/setup-java@v4 with: + distribution: "temurin" java-version: 17 + cache: gradle - uses: little-core-labs/get-git-tag@v3.0.2 - name: Deploy Release to OSSRH run: ./gradlew :$PROJECT:publishDefaultPublicationToOSSHRRepository -PreleaseMode=RELEASE diff --git a/gradle.properties b/gradle.properties index 35c4245a..2a28f6d9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,7 +19,7 @@ android.useAndroidX=true kotlin.code.style=official # Kakao Compose libraries versions -lib.version.compose=1.1.0 -lib.version.compose-semantics=1.1.0 -lib.version.compose-ui=1.1.0 -lib.version.compose-test=1.1.0 +lib.version.compose=1.1.1 +lib.version.compose-semantics=1.1.1 +lib.version.compose-ui=1.1.1 +lib.version.compose-test=1.1.1 From fb175cb246da26ae9481d4b7debc44faa8c042bb Mon Sep 17 00:00:00 2001 From: Konstantin Aksenov Date: Thu, 3 Sep 2026 19:13:44 +1000 Subject: [PATCH 2/3] Update IDE project settings for Gradle 9.7.1 and AGP 9.4.0 Android Studio regenerated these on sync after the toolchain upgrade. --- .idea/compiler.xml | 6 +----- .idea/gradle.xml | 2 +- .idea/misc.xml | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.idea/compiler.xml b/.idea/compiler.xml index b9d251bf..61a9130c 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,10 +1,6 @@ - - - - - + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 1e5d69e7..8a0cb414 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -17,7 +17,7 @@