We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9a7679 commit 4a27d1cCopy full SHA for 4a27d1c
android/build.gradle
@@ -5,6 +5,11 @@ def safeExtGet(prop, fallback) {
5
}
6
7
android {
8
+ def agpVersion = com.android.Version.ANDROID_GRADLE_PLUGIN_VERSION
9
+ if (agpVersion.tokenize('.')[0].toInteger() >= 7) {
10
+ namespace "com.zxcpoiu.incallmanager"
11
+ }
12
+
13
compileSdkVersion safeExtGet('compileSdkVersion', 30)
14
buildToolsVersion safeExtGet('buildToolsVersion', "30.0.2")
15
0 commit comments