Skip to content

Commit

Permalink
feat(android): add required change for RN 0.73
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocle2497 authored Jun 19, 2023
1 parent f6e101f commit 5a2617a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def safeExtGet(prop, fallback) {

android {
compileSdkVersion rootProject.ext.compileSdkVersion

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

0 comments on commit 5a2617a

Please sign in to comment.