Skip to content

Commit 4da5442

Browse files
author
Kevin Brown
committed
Added separate code push deployment key for Android.
1 parent deda02a commit 4da5442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ protected List<ReactPackage> getPackages() {
4040
new RCTSplashScreenPackage(),
4141
new LinearGradientPackage(),
4242
new MapsPackage(),
43-
new CodePush("_E6QzaZjF08AWXt-43EdcgDhSg9M4JJQBoKGz", getApplicationContext(), BuildConfig.DEBUG),
43+
new CodePush("AaK2XiBZgnTi9jUJ9Y-5ZHGcUY8L4JJQBoKGz", getApplicationContext(), BuildConfig.DEBUG),
4444
new BlurViewPackage(),
4545
new VectorIconsPackage()
4646
);

0 commit comments

Comments
 (0)