Bump dependencies to latest stable release

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2023-04-07 17:58:14 +05:30
parent 5c1f2f01cc
commit fb4a4aa787
2 changed files with 9 additions and 10 deletions

View File

@@ -21,7 +21,7 @@
plugins {
id 'com.android.application' version '7.4.2' apply false
id 'org.jetbrains.kotlin.android' version '1.8.20' apply false
id 'androidx.navigation.safeargs.kotlin' version '2.5.1' apply false
id 'androidx.navigation.safeargs.kotlin' version '2.5.3' apply false
}
task clean(type: Delete) {