Bump to latest stable AGP and Gradle version

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2023-04-07 17:46:36 +05:30
parent f938790c14
commit cba0a5f794
4 changed files with 6 additions and 6 deletions

View File

@@ -19,11 +19,11 @@
*/
plugins {
id 'com.android.application' version '7.2.2' apply false
id 'com.android.application' version '7.4.2' apply false
id 'org.jetbrains.kotlin.android' version '1.7.10' apply false
id 'androidx.navigation.safeargs.kotlin' version '2.5.1' apply false
}
task clean(type: Delete) {
delete rootProject.buildDir
}
}