diff --git a/Makefile b/Makefile index 4711bfcde4..e099f87445 100644 --- a/Makefile +++ b/Makefile @@ -105,7 +105,7 @@ repl-android: ##@repl Start REPL for Android # Run # ------------- run-android: ##@run Run Android build - react-native run-android + react-native run-android --appIdSuffix debug run-ios: ##@run Run iOS build react-native run-ios diff --git a/android/app/build.gradle b/android/app/build.gradle index 93ad2080a0..23de0b8892 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -164,7 +164,9 @@ android { } buildTypes { debug { + applicationIdSuffix ".debug" versionNameSuffix "-SNAPSHOT" + resValue "string", "build_config_package", "im.status.ethereum" } release { minifyEnabled enableProguardInReleaseBuilds diff --git a/android/app/src/debug/google-services.json b/android/app/src/debug/google-services.json new file mode 100644 index 0000000000..f05deec353 --- /dev/null +++ b/android/app/src/debug/google-services.json @@ -0,0 +1,42 @@ +{ + "project_info": { + "project_number": "854811651919", + "firebase_url": "https://status-react-app.firebaseio.com", + "project_id": "status-react-app", + "storage_bucket": "status-react-app.appspot.com" + }, + "client": [ + { + "client_info": { + "mobilesdk_app_id": "1:854811651919:android:11ee7444ded8a00a", + "android_client_info": { + "package_name": "im.status.ethereum.debug" + } + }, + "oauth_client": [ + { + "client_id": "854811651919-gua52csicclb5p9gr4eeu33ukk0aaphj.apps.googleusercontent.com", + "client_type": 3 + } + ], + "api_key": [ + { + "current_key": "AIzaSyAOF4W1j8GYeXzzVKRfNKlXywD6bx0rJtQ" + } + ], + "services": { + "analytics_service": { + "status": 1 + }, + "appinvite_service": { + "status": 1, + "other_platform_oauth_client": [] + }, + "ads_service": { + "status": 2 + } + } + } + ], + "configuration_version": "1" +} diff --git a/android/app/src/debug/res/ic_launcher-web.png b/android/app/src/debug/res/ic_launcher-web.png new file mode 100755 index 0000000000..63fef5cdf0 Binary files /dev/null and b/android/app/src/debug/res/ic_launcher-web.png differ diff --git a/android/app/src/debug/res/mipmap-hdpi/ic_launcher.png b/android/app/src/debug/res/mipmap-hdpi/ic_launcher.png new file mode 100755 index 0000000000..5d3bafc183 Binary files /dev/null and b/android/app/src/debug/res/mipmap-hdpi/ic_launcher.png differ diff --git a/android/app/src/debug/res/mipmap-mdpi/ic_launcher.png b/android/app/src/debug/res/mipmap-mdpi/ic_launcher.png new file mode 100755 index 0000000000..28e95c532b Binary files /dev/null and b/android/app/src/debug/res/mipmap-mdpi/ic_launcher.png differ diff --git a/android/app/src/debug/res/mipmap-xhdpi/ic_launcher.png b/android/app/src/debug/res/mipmap-xhdpi/ic_launcher.png new file mode 100755 index 0000000000..5a431f2ea9 Binary files /dev/null and b/android/app/src/debug/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/android/app/src/debug/res/mipmap-xxhdpi/ic_launcher.png b/android/app/src/debug/res/mipmap-xxhdpi/ic_launcher.png new file mode 100755 index 0000000000..b69fba69b1 Binary files /dev/null and b/android/app/src/debug/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/android/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.png b/android/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100755 index 0000000000..ca4153b184 Binary files /dev/null and b/android/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/android/app/src/debug/res/values/strings.xml b/android/app/src/debug/res/values/strings.xml new file mode 100644 index 0000000000..fd27483b60 --- /dev/null +++ b/android/app/src/debug/res/values/strings.xml @@ -0,0 +1,3 @@ + + Status Debug + \ No newline at end of file diff --git a/android/app/src/release/google-services.json b/android/app/src/release/google-services.json new file mode 100644 index 0000000000..decba163d8 --- /dev/null +++ b/android/app/src/release/google-services.json @@ -0,0 +1,42 @@ +{ + "project_info": { + "project_number": "854811651919", + "firebase_url": "https://status-react-app.firebaseio.com", + "project_id": "status-react-app", + "storage_bucket": "status-react-app.appspot.com" + }, + "client": [ + { + "client_info": { + "mobilesdk_app_id": "1:854811651919:android:11ee7444ded8a00a", + "android_client_info": { + "package_name": "im.status.ethereum" + } + }, + "oauth_client": [ + { + "client_id": "854811651919-gua52csicclb5p9gr4eeu33ukk0aaphj.apps.googleusercontent.com", + "client_type": 3 + } + ], + "api_key": [ + { + "current_key": "AIzaSyAOF4W1j8GYeXzzVKRfNKlXywD6bx0rJtQ" + } + ], + "services": { + "analytics_service": { + "status": 1 + }, + "appinvite_service": { + "status": 1, + "other_platform_oauth_client": [] + }, + "ads_service": { + "status": 2 + } + } + } + ], + "configuration_version": "1" +}