From 137047000e674f8c6d0ee8c1f6b665e5255e0cca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 23:41:56 +0000 Subject: [PATCH 1/3] chore(deps): bump androidx.core:core-ktx from 1.13.1 to 1.15.0 (#627) Bumps androidx.core:core-ktx from 1.13.1 to 1.15.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 7422ec85..7090ec02 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -83,7 +83,7 @@ android { dependencies { val androidxTestKotlin = "1.7.5" implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar")))) - implementation("androidx.core:core-ktx:1.13.1") + implementation("androidx.core:core-ktx:1.15.0") implementation("androidx.appcompat:appcompat:1.7.0") implementation("androidx.recyclerview:recyclerview:1.3.2") From 00eec6e0bf303699a9f7a12d537f770aa64ae74e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=E1=B4=87C=E1=B4=8F=E1=B4=85=E1=B4=87s2=E1=B4=8D=E1=B4=9C?= =?UTF-8?q?=E1=B4=84=CA=9C?= Date: Wed, 20 Nov 2024 23:51:39 +0000 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4676aab..10f0ed2b 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ mLauncher uses the following permissions: - Allows mLauncher to see usage of other apps to list last used apps first in the app list. ## Credits -- [https://gitlab.com/tanujnotes/Olauncher](https://gitlab.com/tanujnotes/Olauncher) +- [https://github.com/tanujnotes/Olauncher](https://github.com/tanujnotes/Olauncher) - [https://github.com/OlauncherCF/OlauncherCF](https://github.com/OlauncherCF/OlauncherCF) ## Donation From 0868d8d6856dce7f4bd50122055cc67d6bc54c14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 00:05:43 +0000 Subject: [PATCH 3/3] chore(deps): bump androidx.navigation:navigation-testing (#629) Bumps androidx.navigation:navigation-testing from 2.8.3 to 2.8.4. --- updated-dependencies: - dependency-name: androidx.navigation:navigation-testing dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 7090ec02..d474411e 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -138,7 +138,7 @@ dependencies { androidTestImplementation("androidx.compose.ui:ui-test-junit4:$androidxTestKotlin") // Needed for createComposeRule, but not createAndroidComposeRule: debugImplementation("androidx.compose.ui:ui-test-manifest:$androidxTestKotlin") - androidTestImplementation("androidx.navigation:navigation-testing:2.8.3") + androidTestImplementation("androidx.navigation:navigation-testing:2.8.4") debugImplementation("androidx.fragment:fragment-testing:1.8.5") implementation("androidx.test:core-ktx:1.6.1") androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1")