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

@@ -39,6 +39,7 @@ project.ext {
}
android {
namespace 'com.aurora.store'
compileSdk 33
defaultConfig {
@@ -188,4 +189,4 @@ if (propFile.canRead()) {
} else {
println "signing.properties not found"
android.buildTypes.release.signingConfig = null
}
}