Skip to content

Commit a5347b7

Browse files
Merge branch 'main' into dependabot/gradle/acraVersion-5.12.0
2 parents aa411a0 + 0868d8d commit a5347b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ mLauncher uses the following permissions:
144144
- Allows mLauncher to see usage of other apps to list last used apps first in the app list.
145145

146146
## Credits
147-
- [https://gitlab.com/tanujnotes/Olauncher](https://gitlab.com/tanujnotes/Olauncher)
147+
- [https://github.com/tanujnotes/Olauncher](https://github.com/tanujnotes/Olauncher)
148148
- [https://github.com/OlauncherCF/OlauncherCF](https://github.com/OlauncherCF/OlauncherCF)
149149

150150
## Donation

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ android {
8383
dependencies {
8484
val androidxTestKotlin = "1.7.5"
8585
implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar"))))
86-
implementation("androidx.core:core-ktx:1.13.1")
86+
implementation("androidx.core:core-ktx:1.15.0")
8787
implementation("androidx.appcompat:appcompat:1.7.0")
8888
implementation("androidx.recyclerview:recyclerview:1.3.2")
8989

@@ -138,7 +138,7 @@ dependencies {
138138
androidTestImplementation("androidx.compose.ui:ui-test-junit4:$androidxTestKotlin")
139139
// Needed for createComposeRule, but not createAndroidComposeRule:
140140
debugImplementation("androidx.compose.ui:ui-test-manifest:$androidxTestKotlin")
141-
androidTestImplementation("androidx.navigation:navigation-testing:2.8.3")
141+
androidTestImplementation("androidx.navigation:navigation-testing:2.8.4")
142142
debugImplementation("androidx.fragment:fragment-testing:1.8.5")
143143
implementation("androidx.test:core-ktx:1.6.1")
144144
androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1")

0 commit comments

Comments
 (0)