Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add namespace to build.gradle for react-native 0.73+ #1526

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions android/build.gradle
Expand Up @@ -5,6 +5,7 @@ def safeExtGet(prop, fallback) {
}

android {
namespace "com.geektime.rnonesignalandroid"
compileSdkVersion safeExtGet('compileSdkVersion', 28)
buildToolsVersion safeExtGet('buildToolsVersion', '28.0.3')

Expand Down
3 changes: 1 addition & 2 deletions android/src/main/AndroidManifest.xml
@@ -1,3 +1,2 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.geektime.rnonesignalandroid">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
</manifest>