Skip to content

Commit

Permalink
Updated web client id for debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
mvarnagiris committed Jul 26, 2016
1 parent c15a004 commit 950cf0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/build
google-services.json
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ android {
multiDexEnabled true
versionCode 8
versionName "0.4.0"
buildConfigField "String", "GOOGLE_WEB_CLIENT_ID", "${privateProperties['GOOGLE_WEB_CLIENT_ID']}"
manifestPlaceholders = [crashlytics: privateProperties['CRASHLYTICS']]
}

Expand All @@ -55,10 +54,12 @@ android {

buildTypes {
debug {
buildConfigField "String", "GOOGLE_WEB_CLIENT_ID", "${privateProperties['GOOGLE_WEB_CLIENT_ID_DEBUG']}"
applicationIdSuffix ".debug"
versionNameSuffix "-debug"
}
release {
buildConfigField "String", "GOOGLE_WEB_CLIENT_ID", "${privateProperties['GOOGLE_WEB_CLIENT_ID']}"
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
Expand Down

0 comments on commit 950cf0a

Please sign in to comment.