From 982959c1c7e38aa7b153e2c392964cef07ed6fc3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 20:11:14 +0000 Subject: [PATCH 1/4] chore(deps): update actions/checkout digest to 11bd719 --- .github/workflows/android-ci-debug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android-ci-debug.yml b/.github/workflows/android-ci-debug.yml index cef1a52..e048bb8 100644 --- a/.github/workflows/android-ci-debug.yml +++ b/.github/workflows/android-ci-debug.yml @@ -20,7 +20,7 @@ jobs: steps: - name: 📥 Checkout Source Code - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - uses: actions/cache@v4 with: From 3b830198307fcb8b85f2358b072a02891710a04a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 17:51:13 +0000 Subject: [PATCH 2/4] fix(deps): update dependency androidx.constraintlayout:constraintlayout to v2.2.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index b5b7ee9..b7fa63f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -89,7 +89,7 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.appcompat:appcompat:1.7.0' - implementation 'androidx.constraintlayout:constraintlayout:2.1.4' + implementation 'androidx.constraintlayout:constraintlayout:2.2.0' // Material implementation 'com.google.android.material:material:1.12.0' From a24cab091fc393de660f2a1e79890a460102ca4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 20:10:08 +0000 Subject: [PATCH 3/4] chore(deps): update plugin com.android.library to v8.7.2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6a41aa3..c66cc87 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { id 'com.android.application' version '8.7.0' apply false - id 'com.android.library' version '8.7.1' apply false + id 'com.android.library' version '8.7.2' apply false id 'org.jetbrains.kotlin.android' version '2.0.21' apply false } From 1c062859733a942b72d433841b372adb2f78b8d9 Mon Sep 17 00:00:00 2001 From: Onuralp SEZER Date: Sun, 3 Nov 2024 19:40:57 +0300 Subject: [PATCH 4/4] chore: cmake version updated Signed-off-by: Onuralp SEZER --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index b5b7ee9..c78745d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -68,7 +68,7 @@ android { externalNativeBuild { cmake { path file('src/main/cpp/CMakeLists.txt') - version '3.18.1' + version '3.22.1' } } buildFeatures {