Skip to content

Commit

Permalink
[Android] Change: Move package declaration to android/build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
guhungry committed Mar 8, 2024
1 parent 6339acf commit 8519fcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ apply plugin: 'kotlin-android'
android {
compileSdkVersion getExtOrIntegerDefault('compileSdkVersion')

namespace "com.guhungry.rnphotomanipulator"
defaultConfig {
minSdkVersion getExtOrIntegerDefault('minSdkVersion')
targetSdkVersion getExtOrIntegerDefault('targetSdkVersion')
Expand Down
4 changes: 1 addition & 3 deletions android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.guhungry.rnphotomanipulator">

<manifest xmlns:android="http://schemas.android.com/apk/res/android">
</manifest>

0 comments on commit 8519fcb

Please sign in to comment.