We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbe61de commit f731dc4Copy full SHA for f731dc4
android/build.gradle
@@ -47,6 +47,7 @@ repositories {
47
48
android {
49
50
+ namespace "com.reactnativequicksqlite"
51
compileSdkVersion safeExtGet("compileSdkVersion", 28)
52
53
// Used to override the NDK path/version on internal CI or by allowing
android/src/main/AndroidManifest.xml
@@ -1,4 +1,3 @@
1
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2
- package="com.reactnativequicksqlite">
+<manifest xmlns:android="http://schemas.android.com/apk/res/android">
3
4
</manifest>
0 commit comments