Skip to content

Commit a515bdc

Browse files
committed
remove onesignal configuration from app/build.gradle
1 parent 9f5f8d3 commit a515bdc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

android/app/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,6 @@ android {
111111
}
112112
manifestPlaceholders = [
113113
manifestApplicationId: applicationId,
114-
onesignal_app_id: "aa46a500-ab1c-4127-b9ff-e7373da3ce35",
115-
onesignal_google_project_number: "185558680648",
116114
gmaps_key: System.getenv("GMAPS_KEY") ?: "",
117115
]
118116
}

0 commit comments

Comments
 (0)