We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0feb820 commit 46c37a8Copy full SHA for 46c37a8
android/build.gradle
@@ -22,6 +22,10 @@ def safeExtGet(prop, fallback) {
22
}
23
24
android {
25
+ def agpVersion = com.android.Version.ANDROID_GRADLE_PLUGIN_VERSION.tokenize('.')[0].toInteger()
26
+ if (agpVersion >= 7) {
27
+ namespace 'org.linusu'
28
+ }
29
compileSdkVersion safeExtGet('compileSdkVersion', 30)
30
buildToolsVersion safeExtGet('buildToolsVersion', '30.0.3')
31
0 commit comments