File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ android {
8383dependencies {
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" )
You can’t perform that action at this time.
0 commit comments