Commit b2e0c24 1 parent 48d08a2 commit b2e0c24 Copy full SHA for b2e0c24
File tree 4 files changed +4
-4
lines changed
android-gradle-groovy-junit-4/app
android-gradle-kotlin-junit-4/app
android-gradle-kotlin-junit-5/app
android-gradle-kotlin-kotest/app
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ dependencies {
44
44
implementation ' androidx.core:core-ktx:1.15.0'
45
45
implementation ' com.google.android.material:material:1.12.0'
46
46
implementation ' androidx.constraintlayout:constraintlayout:2.2.1'
47
- implementation ' androidx.navigation:navigation-fragment-ktx:2.8.7 '
47
+ implementation ' androidx.navigation:navigation-fragment-ktx:2.8.8 '
48
48
implementation ' androidx.navigation:navigation-ui-ktx:2.8.8'
49
49
50
50
testImplementation ' junit:junit:4.13.2'
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ dependencies {
52
52
implementation(" androidx.core:core-ktx:1.15.0" )
53
53
implementation(" com.google.android.material:material:1.12.0" )
54
54
implementation(" androidx.constraintlayout:constraintlayout:2.2.1" )
55
- implementation(" androidx.navigation:navigation-fragment-ktx:2.8.7 " )
55
+ implementation(" androidx.navigation:navigation-fragment-ktx:2.8.8 " )
56
56
implementation(" androidx.navigation:navigation-ui-ktx:2.8.8" )
57
57
58
58
testImplementation(" junit:junit:4.13.2" )
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ dependencies {
53
53
implementation(" androidx.core:core-ktx:1.15.0" )
54
54
implementation(" com.google.android.material:material:1.12.0" )
55
55
implementation(" androidx.constraintlayout:constraintlayout:2.2.1" )
56
- implementation(" androidx.navigation:navigation-fragment-ktx:2.8.7 " )
56
+ implementation(" androidx.navigation:navigation-fragment-ktx:2.8.8 " )
57
57
implementation(" androidx.navigation:navigation-ui-ktx:2.8.8" )
58
58
59
59
testImplementation(" org.junit.jupiter:junit-jupiter-api:5.12.0" )
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ dependencies {
53
53
implementation(" androidx.core:core-ktx:1.15.0" )
54
54
implementation(" com.google.android.material:material:1.12.0" )
55
55
implementation(" androidx.constraintlayout:constraintlayout:2.2.1" )
56
- implementation(" androidx.navigation:navigation-fragment-ktx:2.8.7 " )
56
+ implementation(" androidx.navigation:navigation-fragment-ktx:2.8.8 " )
57
57
implementation(" androidx.navigation:navigation-ui-ktx:2.8.8" )
58
58
59
59
testImplementation(" org.junit.jupiter:junit-jupiter-api:5.12.0" )
You can’t perform that action at this time.
0 commit comments