Skip to content
This repository was archived by the owner on Jun 6, 2019. It is now read-only.

Commit b87126a

Browse files
author
negebauer
committed
chore: rename package
1 parent b539f29 commit b87126a

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

android/app/BUCK

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ android_library(
4545

4646
android_build_config(
4747
name = "build_config",
48-
package = "com.negebauer.github-push-notifications-mobile",
48+
package = "com.negebauer.githubPushNotificationsMobile",
4949
)
5050

5151
android_resource(
5252
name = "res",
53-
package = "com.negebauer.github-push-notifications-mobile",
53+
package = "com.negebauer.githubPushNotificationsMobile",
5454
res = "src/main/res",
5555
)
5656

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ android {
9898
buildToolsVersion rootProject.ext.buildToolsVersion
9999

100100
defaultConfig {
101-
applicationId "com.negebauer.github-push-notifications-mobile"
101+
applicationId "com.negebauer.githubPushNotificationsMobile"
102102
minSdkVersion rootProject.ext.minSdkVersion
103103
targetSdkVersion rootProject.ext.targetSdkVersion
104104
versionCode 1

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="com.negebauer.github-push-notifications-mobile">
2+
package="com.negebauer.githubPushNotificationsMobile">
33

44
<uses-permission android:name="android.permission.INTERNET" />
55
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>

android/app/src/main/java/com/githubpushnotificationsmobile/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.negebauer.github-push-notifications-mobile;
1+
package com.negebauer.githubPushNotificationsMobile;
22

33
import com.facebook.react.ReactActivity;
44

android/app/src/main/java/com/githubpushnotificationsmobile/MainApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.negebauer.github-push-notifications-mobile;
1+
package com.negebauer.githubPushNotificationsMobile;
22

33
import android.app.Application;
44

ios/GithubPushNotificationsMobile.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1219,7 +1219,7 @@
12191219
"-ObjC",
12201220
"-lc++",
12211221
);
1222-
PRODUCT_BUNDLE_IDENTIFIER = "com.negebauer.github-push-notifications-mobile";
1222+
PRODUCT_BUNDLE_IDENTIFIER = com.negebauer.githubPushNotificationsMobile;
12231223
PRODUCT_NAME = GithubPushNotificationsMobile;
12241224
PROVISIONING_PROFILE_SPECIFIER = "";
12251225
VERSIONING_SYSTEM = "apple-generic";
@@ -1240,7 +1240,7 @@
12401240
"-ObjC",
12411241
"-lc++",
12421242
);
1243-
PRODUCT_BUNDLE_IDENTIFIER = "com.negebauer.github-push-notifications-mobile";
1243+
PRODUCT_BUNDLE_IDENTIFIER = com.negebauer.githubPushNotificationsMobile;
12441244
PRODUCT_NAME = GithubPushNotificationsMobile;
12451245
PROVISIONING_PROFILE_SPECIFIER = "";
12461246
VERSIONING_SYSTEM = "apple-generic";

0 commit comments

Comments
 (0)