mirror of
https://github.com/status-im/react-native-camera-roll.git
synced 2026-08-27 19:31:12 +00:00
fix(android): Android build error webview namespace (#507)
This commit is contained in:
@@ -136,7 +136,7 @@ manifestOutFile.write(manifestContent)
|
||||
|
||||
android {
|
||||
if(shouldUseNameSpace){
|
||||
namespace = "com.reactnativecommunity.webview"
|
||||
namespace = "com.reactnativecommunity.cameraroll"
|
||||
}
|
||||
compileSdkVersion getExtOrIntegerDefault('compileSdkVersion')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user