From 29d0e9a9105d67ac8a342722c86b97475932fcec Mon Sep 17 00:00:00 2001 From: "natan.nascimento" Date: Thu, 28 Sep 2023 11:08:58 -0300 Subject: [PATCH 1/2] Update Kotlin and Compose Kotlin v1.9.0 -> v1.9.10 Compose v1.5.0 -> v1.5.1 --- gradle/libs.versions.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7d24e2da..dc3ee2ea 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,10 +2,10 @@ plugin-android = "8.1.1" plugin-ktlint = "11.5.1" plugin-maven = "0.25.3" -plugin-multiplatform-compose = "1.5.0" +plugin-multiplatform-compose = "1.5.1" coroutines = "1.7.3" -kotlin = "1.9.0" +kotlin = "1.9.10" kodein = "7.20.2" koin = "3.4.3" koin-compose = "1.0.4" @@ -13,7 +13,7 @@ hilt = "2.47" leakCanary = "2.9.1" appCompat = "1.6.1" lifecycle = "2.6.1" -composeCompiler = "1.5.2" +composeCompiler = "1.5.3" composeActivity = "1.7.2" composeAnimation = "1.5.0" composeMaterial = "1.5.0" From 913279fb9b975a5bf24cbed83db47a45f1714f8e Mon Sep 17 00:00:00 2001 From: "natan.nascimento" Date: Thu, 28 Sep 2023 11:47:41 -0300 Subject: [PATCH 2/2] Run build workflows on PR --- .github/workflows/build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 73874ee1..89c9bb7c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -2,6 +2,8 @@ name: Build on: push: branches: [main] + pull_request: + branches: [main] jobs: