Commit 924d77d 1 parent f03513f commit 924d77d Copy full SHA for 924d77d
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 @@ -45,7 +45,7 @@ dependencies {
45
45
implementation ' com.google.android.material:material:1.12.0'
46
46
implementation ' androidx.constraintlayout:constraintlayout:2.2.1'
47
47
implementation ' androidx.navigation:navigation-fragment-ktx:2.8.7'
48
- implementation ' androidx.navigation:navigation-ui-ktx:2.8.7 '
48
+ implementation ' androidx.navigation:navigation-ui-ktx:2.8.8 '
49
49
50
50
testImplementation ' junit:junit:4.13.2'
51
51
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ dependencies {
53
53
implementation(" com.google.android.material:material:1.12.0" )
54
54
implementation(" androidx.constraintlayout:constraintlayout:2.2.1" )
55
55
implementation(" androidx.navigation:navigation-fragment-ktx:2.8.7" )
56
- implementation(" androidx.navigation:navigation-ui-ktx:2.8.7 " )
56
+ implementation(" androidx.navigation:navigation-ui-ktx:2.8.8 " )
57
57
58
58
testImplementation(" junit:junit:4.13.2" )
59
59
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ dependencies {
54
54
implementation(" com.google.android.material:material:1.12.0" )
55
55
implementation(" androidx.constraintlayout:constraintlayout:2.2.1" )
56
56
implementation(" androidx.navigation:navigation-fragment-ktx:2.8.7" )
57
- implementation(" androidx.navigation:navigation-ui-ktx:2.8.7 " )
57
+ implementation(" androidx.navigation:navigation-ui-ktx:2.8.8 " )
58
58
59
59
testImplementation(" org.junit.jupiter:junit-jupiter-api:5.12.0" )
60
60
testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.12.0" )
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ dependencies {
54
54
implementation(" com.google.android.material:material:1.12.0" )
55
55
implementation(" androidx.constraintlayout:constraintlayout:2.2.1" )
56
56
implementation(" androidx.navigation:navigation-fragment-ktx:2.8.7" )
57
- implementation(" androidx.navigation:navigation-ui-ktx:2.8.7 " )
57
+ implementation(" androidx.navigation:navigation-ui-ktx:2.8.8 " )
58
58
59
59
testImplementation(" org.junit.jupiter:junit-jupiter-api:5.12.0" )
60
60
testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.12.0" )
You can’t perform that action at this time.
0 commit comments