diff --git a/app/build.gradle b/app/build.gradle index f1fbb206..c39dc857 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -35,8 +35,8 @@ android { minSdkVersion 21 targetSdkVersion 30 - versionCode 46 - versionName "2.9.23" + versionCode 47 + versionName "2.9.24" resValue "string", "app_version", "${defaultConfig.versionName}${versionNameSuffix ?: ""}" @@ -96,8 +96,8 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.4.1' implementation 'com.google.android.material:material:1.5.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.3' - implementation 'androidx.navigation:navigation-fragment-ktx:2.5.0-alpha04' - implementation 'androidx.navigation:navigation-ui-ktx:2.5.0-alpha04' + implementation 'androidx.navigation:navigation-fragment-ktx:2.5.0-beta01' + implementation 'androidx.navigation:navigation-ui-ktx:2.5.0-beta01' implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.4.1' implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.1' testImplementation 'junit:junit:4.13.2'