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 diff --git a/app/build.gradle.kts b/app/build.gradle.kts index ca12b509..1892bca0 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") @@ -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")