Skip to content

Commit

Permalink
chore(android): android namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
lodev09 committed Mar 23, 2024
1 parent 45ee378 commit b0eff69
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def supportsNamespace() {

android {
if (supportsNamespace()) {
namespace "com.exify"
namespace "com.lodev09.exify"

sourceSets {
main {
Expand Down
2 changes: 1 addition & 1 deletion android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.exify">
package="com.lodev09.exify">
</manifest>
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package com.exify
package com.lodev09.exify

import android.content.Context
import android.net.Uri
import androidx.exifinterface.media.ExifInterface
import com.exify.ExifyUtils.formatTags
import com.lodev09.exify.ExifyUtils.formatTags
import com.facebook.react.bridge.Arguments
import com.facebook.react.bridge.Promise
import com.facebook.react.bridge.ReactApplicationContext
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.exify
package com.lodev09.exify

import com.facebook.react.ReactPackage
import com.facebook.react.bridge.NativeModule
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.exify
package com.lodev09.exify
import androidx.exifinterface.media.ExifInterface

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.exify
package com.lodev09.exify

import androidx.exifinterface.media.ExifInterface
import com.facebook.react.bridge.Arguments
Expand Down

0 comments on commit b0eff69

Please sign in to comment.