Skip to content

Commit

Permalink
Add resources for prod deployment of alpha version
Browse files Browse the repository at this point in the history
- Bump the version number in app/build.gradle
- Add a google-services.json for a prod Firebase project

My process for building the release candidate rn is just copying prod
google-services.json over and then running a build *lol*.
  • Loading branch information
aaronj1335 committed Aug 24, 2016
1 parent 499a2f7 commit 82ec725
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 24
buildToolsVersion "24.0.0"
//noinspection GroovyMissingReturnStatement
defaultConfig {
applicationId "com.g11x.checklistapp.rst"
minSdkVersion 15
targetSdkVersion 24
versionCode 1
versionName "1.0"
versionCode 2
versionName "2.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
resValue("string", "content_provider_authority", "com.g11x.checklistapp.provider")
}
Expand Down
42 changes: 42 additions & 0 deletions app/google-services-prod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"project_info": {
"project_number": "842466790122",
"firebase_url": "https://rst-checklist.firebaseio.com",
"project_id": "rst-checklist",
"storage_bucket": "rst-checklist.appspot.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:842466790122:android:262ecc79e734b009",
"android_client_info": {
"package_name": "com.g11x.checklistapp.rst"
}
},
"oauth_client": [
{
"client_id": "842466790122-2vgb19k35qnjqgnpl7rv4b06ctc3su7s.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyCvo1PP43J_OFbQob_xPKTtYTNVppYm2tI"
}
],
"services": {
"analytics_service": {
"status": 1
},
"appinvite_service": {
"status": 1,
"other_platform_oauth_client": []
},
"ads_service": {
"status": 2
}
}
}
],
"configuration_version": "1"
}

0 comments on commit 82ec725

Please sign in to comment.