From f9e58682928059adeb208e25919b95c0a2e5a1b2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 15 Dec 2025 12:43:36 +0000 Subject: [PATCH 1/3] Initial plan From e424b80e399b22510a71bb67413126a39a75ba77 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 15 Dec 2025 12:56:41 +0000 Subject: [PATCH 2/3] Update targetSDK and compileSDK to 36 with AGP 8.4.0 Co-authored-by: hoc081098 <36917223+hoc081098@users.noreply.github.com> --- buildSrc/src/main/kotlin/appConfig.kt | 6 +++--- gradle/libs.versions.toml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/buildSrc/src/main/kotlin/appConfig.kt b/buildSrc/src/main/kotlin/appConfig.kt index 18f9d304..129fe4d5 100644 --- a/buildSrc/src/main/kotlin/appConfig.kt +++ b/buildSrc/src/main/kotlin/appConfig.kt @@ -2,10 +2,10 @@ object appConfig { const val applicationId = "com.hoc.flowmvi" - const val compileSdkVersion = 35 - const val buildToolsVersion = "35.0.0" + const val compileSdkVersion = 36 + const val buildToolsVersion = "36.0.0" const val minSdkVersion = 21 - const val targetSdkVersion = 35 + const val targetSdkVersion = 36 private const val MAJOR = 2 private const val MINOR = 2 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 0a9acb3e..8b619374 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,8 +1,8 @@ [versions] -android-compile = "35" -android-gradle = "8.12.0" +android-compile = "36" +android-gradle = "8.4.0" android-min = "21" -android-target = "35" +android-target = "36" androidx-appcompat = "1.7.1" androidx-constraintlayout = "2.2.1" androidx-core-ktx = "1.16.0" From 844a1fb2d664d8e3b79d91fafce44b82d7002bd4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 15 Dec 2025 13:02:32 +0000 Subject: [PATCH 3/3] Update targetSDK and compileSDK to 36 with AGP 8.8.0 Co-authored-by: hoc081098 <36917223+hoc081098@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 8b619374..c8f00c32 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] android-compile = "36" -android-gradle = "8.4.0" +android-gradle = "8.8.0" android-min = "21" android-target = "36" androidx-appcompat = "1.7.1"