Skip to content

Commit 4f50a30

Browse files
RN-0.73 change Android configs for RN 0.73 compatibility (#713)
* RN-0.73 change Android configs for RN 0.73 compatibility * add back the namespace to AndroidManifest
1 parent 3b67156 commit 4f50a30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ def DEFAULT_ANDROID_SUPPORT_VERSION = "27.1.0"
77
def DEFAULT_ANDROID_MIN_SDK_VERSION = 21
88

99
android {
10+
namespace = "com.twiliorn.library"
1011
compileSdkVersion rootProject.hasProperty('compileSdkVersion') ? rootProject.compileSdkVersion : DEFAULT_COMPILE_SDK_VERSION
1112
buildToolsVersion rootProject.hasProperty('buildToolsVersion') ? rootProject.buildToolsVersion : DEFAULT_BUILD_TOOLS_VERSION
1213

0 commit comments

Comments
 (0)