From bc162cc8bf760dff67c1d59c0a72eb78b7c971be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 22:09:05 +0000 Subject: [PATCH 01/11] Update agp to v8.8.0 (#139) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f5cde0e..33a01c6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -27,7 +27,7 @@ espressoCore = "3.6.1" junit = "4.13.2" junitVersion = "1.2.1" # Plugins -agp = "8.7.3" +agp = "8.8.0" kotlin-android = "2.1.0" ksp = "2.1.0-1.0.29" From 2f6512ff7acfa1b99f02942fdb1fdd5f866f42b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 22:41:57 +0000 Subject: [PATCH 02/11] Update actions/upload-artifact action to v4.6.0 (#140) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/android_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android_ci.yml b/.github/workflows/android_ci.yml index 85b8fd2..d47f072 100644 --- a/.github/workflows/android_ci.yml +++ b/.github/workflows/android_ci.yml @@ -41,7 +41,7 @@ jobs: - name: Upload APK if: success() && github.event_name != 'pull_request' && github.repository == 'Super12138/ToDo' - uses: actions/upload-artifact@v4.5.0 + uses: actions/upload-artifact@v4.6.0 with: name: Release path: ${{ github.workspace }}/app/build/outputs/apk/release \ No newline at end of file From 00bfd87ba850ec4dec38421c6a087759df7e1a17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 00:54:52 +0000 Subject: [PATCH 03/11] Update dependency androidx.activity:activity to v1.10.0 (#141) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 33a01c6..c7519b9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ core = "1.15.0" coreKtx = "1.15.0" appcompat = "1.7.0" -activity = "1.9.3" +activity = "1.10.0" activityKtx = "1.9.3" constraintlayout = "2.2.0" preference = "1.2.1" From e60c90458aa3e3eeda14ff1ce59bb770cd48e784 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 04:21:49 +0000 Subject: [PATCH 04/11] Update dependency androidx.activity:activity-ktx to v1.10.0 (#142) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c7519b9..e5ee5cf 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ core = "1.15.0" coreKtx = "1.15.0" appcompat = "1.7.0" activity = "1.10.0" -activityKtx = "1.9.3" +activityKtx = "1.10.0" constraintlayout = "2.2.0" preference = "1.2.1" preferenceKtx = "1.2.1" From 92ad6c0c8ad743f1305099fe8dfcfd0fd4980409 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 06:16:00 +0000 Subject: [PATCH 05/11] Update dependency androidx.recyclerview:recyclerview to v1.4.0 (#143) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e5ee5cf..c97df15 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ preference = "1.2.1" preferenceKtx = "1.2.1" lifecycleViewmodel = "2.8.7" lifecycleViewmodelKtx = "2.8.7" -recyclerview = "1.3.2" +recyclerview = "1.4.0" fragment = "1.8.5" fragmentKtx = "1.8.5" roomRuntime = "2.6.1" From 2d1112fa5f639048ca4a12486c57f7e5d023f9c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 00:33:02 +0000 Subject: [PATCH 06/11] Update dependency com.google.android.material:material to v1.13.0-alpha10 (#144) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c97df15..d1296ee 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -17,7 +17,7 @@ roomRuntime = "2.6.1" splashScreen = "1.2.0-alpha02" security = "1.1.0-alpha06" # Material -material = "1.13.0-alpha09" +material = "1.13.0-alpha10" # Fast Scroll fastScroll = "1.3.0" # Room Backup From 42e03cbc895c4c99e0dae3d4e3678e531a599471 Mon Sep 17 00:00:00 2001 From: Super12138 <70494801+Super12138@users.noreply.github.com> Date: Thu, 23 Jan 2025 22:55:47 +0800 Subject: [PATCH 07/11] =?UTF-8?q?ci:=20=E6=94=AF=E6=8C=81=E5=B7=A5?= =?UTF-8?q?=E4=BD=9C=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/android_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android_ci.yml b/.github/workflows/android_ci.yml index d47f072..3cd22a5 100644 --- a/.github/workflows/android_ci.yml +++ b/.github/workflows/android_ci.yml @@ -1,7 +1,7 @@ name: Android CI on: push: - branches: [ "main" ] + branches: [ "main", "compose-refactor" ] pull_request: branches: [ "main" ] workflow_dispatch: From 3b2487fc6965f2b5d602853b13db213e312fab78 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 20:30:56 +0000 Subject: [PATCH 08/11] chore(deps): update dependency gradle to v8.12.1 (#145) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/wrapper/gradle-wrapper.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index cea7a79..e18bc25 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME From f75457341a08d4528dfa0920c057cbe715f327ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 12:26:07 +0000 Subject: [PATCH 09/11] chore(deps): update dependency org.jetbrains.kotlin.android to v2.1.10 (#146) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d1296ee..b27b350 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -28,7 +28,7 @@ junit = "4.13.2" junitVersion = "1.2.1" # Plugins agp = "8.8.0" -kotlin-android = "2.1.0" +kotlin-android = "2.1.10" ksp = "2.1.0-1.0.29" [libraries] From ed6ab431c4e9e7e647dd8476ab1d3411c7f0d604 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 05:43:40 +0000 Subject: [PATCH 10/11] chore(deps): update dependency com.google.devtools.ksp to v2.1.10-1.0.29 (#147) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b27b350..8ed6ce8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -29,7 +29,7 @@ junitVersion = "1.2.1" # Plugins agp = "8.8.0" kotlin-android = "2.1.10" -ksp = "2.1.0-1.0.29" +ksp = "2.1.10-1.0.29" [libraries] # Android X From a181480abf1edeeeb43c8473e8cb2345f6644a1b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 09:56:38 +0000 Subject: [PATCH 11/11] chore(deps): update actions/setup-java action to v4.7.0 (#148) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/android_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android_ci.yml b/.github/workflows/android_ci.yml index 3cd22a5..b22d0b8 100644 --- a/.github/workflows/android_ci.yml +++ b/.github/workflows/android_ci.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - name: set up JDK 21 - uses: actions/setup-java@v4.6.0 + uses: actions/setup-java@v4.7.0 with: java-version: '21' distribution: 'temurin'