diff --git a/app/build.gradle b/app/build.gradle index 6c867c99..7b67f447 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,7 +12,7 @@ android { applicationId project.properties["app.application_id"] versionCode project.properties["app.version_code"].toInteger() versionName project.properties["app.version_name"] - minSdk 23 + minSdk 24 compileSdk = 35 targetSdk 36 @@ -168,11 +168,11 @@ android { } dependencies { - implementation 'androidx.appcompat:appcompat:1.7.1' + implementation 'androidx.appcompat:appcompat:1.8.0' implementation 'com.google.android.material:material:1.14.0' implementation 'androidx.constraintlayout:constraintlayout:2.2.2' - implementation 'androidx.navigation:navigation-fragment:2.9.8' - implementation 'androidx.navigation:navigation-ui:2.9.8' + implementation 'androidx.navigation:navigation-fragment:2.10.0' + implementation 'androidx.navigation:navigation-ui:2.10.0' implementation 'androidx.recyclerview:recyclerview:1.4.0' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.2.0' implementation 'com.google.oboe:oboe:1.10.0'