We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 755c5a4 commit 7b29ecaCopy full SHA for 7b29eca
android/build.gradle
@@ -37,6 +37,11 @@ def getExtOrIntegerDefault(name) {
37
}
38
39
android {
40
+ def agpVersion = com.android.Version.ANDROID_GRADLE_PLUGIN_VERSION
41
+ // Check AGP version for backward compatibility reasons
42
+ if (agpVersion.tokenize('.')[0].toInteger() >= 7) {
43
+ namespace = "com.candlefinance.fasterimage"
44
+ }
45
compileSdkVersion getExtOrIntegerDefault("compileSdkVersion")
46
47
defaultConfig {
0 commit comments