fix(android): Android build error webview namespace (#507)

This commit is contained in:
lpfrenette
2023-06-26 23:18:12 +02:00
committed by GitHub
parent 561841bd8d
commit 365d20854e
+1 -1
View File
@@ -136,7 +136,7 @@ manifestOutFile.write(manifestContent)
android {
if(shouldUseNameSpace){
namespace = "com.reactnativecommunity.webview"
namespace = "com.reactnativecommunity.cameraroll"
}
compileSdkVersion getExtOrIntegerDefault('compileSdkVersion')