diff --git a/app/build.gradle b/app/build.gradle index 1e4c1ca..b67f707 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -97,12 +97,12 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.preference:preference:1.1.1' implementation 'com.google.android.material:material:1.2.1' - implementation 'androidx.constraintlayout:constraintlayout:2.0.2' + implementation 'androidx.constraintlayout:constraintlayout:2.0.3' implementation 'androidx.vectordrawable:vectordrawable:1.1.0' - implementation 'androidx.navigation:navigation-fragment:2.3.0' + implementation 'androidx.navigation:navigation-fragment:2.3.1' implementation "androidx.fragment:fragment:1.2.5" - implementation 'androidx.navigation:navigation-ui:2.3.0' - implementation ("androidx.navigation:navigation-dynamic-features-fragment:2.3.0") + implementation 'androidx.navigation:navigation-ui:2.3.1' + implementation ("androidx.navigation:navigation-dynamic-features-fragment:2.3.1") implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' implementation 'androidx.browser:browser:1.2.0' testImplementation 'junit:junit:4.13'