Skip to content

Commit

Permalink
Remove deprecated package name
Browse files Browse the repository at this point in the history
  • Loading branch information
mugikhan committed Nov 4, 2024
1 parent cbe61de commit f731dc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ repositories {

android {

namespace "com.reactnativequicksqlite"
compileSdkVersion safeExtGet("compileSdkVersion", 28)

// Used to override the NDK path/version on internal CI or by allowing
Expand Down
3 changes: 1 addition & 2 deletions android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.reactnativequicksqlite">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

</manifest>

0 comments on commit f731dc4

Please sign in to comment.