Skip to content

Commit f731dc4

Browse files
committed
Remove deprecated package name
1 parent cbe61de commit f731dc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ repositories {
4747

4848
android {
4949

50+
namespace "com.reactnativequicksqlite"
5051
compileSdkVersion safeExtGet("compileSdkVersion", 28)
5152

5253
// Used to override the NDK path/version on internal CI or by allowing

android/src/main/AndroidManifest.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="com.reactnativequicksqlite">
1+
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
32

43
</manifest>

0 commit comments

Comments
 (0)