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 3b67156 commit 4f50a30Copy full SHA for 4f50a30
android/build.gradle
@@ -7,6 +7,7 @@ def DEFAULT_ANDROID_SUPPORT_VERSION = "27.1.0"
7
def DEFAULT_ANDROID_MIN_SDK_VERSION = 21
8
9
android {
10
+ namespace = "com.twiliorn.library"
11
compileSdkVersion rootProject.hasProperty('compileSdkVersion') ? rootProject.compileSdkVersion : DEFAULT_COMPILE_SDK_VERSION
12
buildToolsVersion rootProject.hasProperty('buildToolsVersion') ? rootProject.buildToolsVersion : DEFAULT_BUILD_TOOLS_VERSION
13
0 commit comments