Skip to content

Commit

Permalink
config : Regenerate and remove APIs and Config files.
Browse files Browse the repository at this point in the history
  • Loading branch information
thesabareesh committed Jun 3, 2017
1 parent 847fd7e commit a9a1abf
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 64 deletions.
14 changes: 7 additions & 7 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,24 @@ android {
applicationId "me.sabareesh.trippie"
minSdkVersion 16
targetSdkVersion 24
versionCode 1_100_100
versionName "1.1.1"
versionCode 1_200_000
versionName "1.2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}
dexOptions {
javaMaxHeapSize "4g"
}
buildTypes {
debug {
minifyEnabled false
applicationIdSuffix ".debug"
}
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'

}
debug {
minifyEnabled false
applicationIdSuffix ".debug"
}
}
}

Expand Down Expand Up @@ -56,4 +56,4 @@ dependencies {



apply plugin: 'com.google.gms.google-services'
apply plugin: 'com.google.gms.google-services'
4 changes: 4 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}

-dontwarn com.squareup.okhttp.**
-keep class com.squareup.okhttp.** { *; }
-keep interface com.squareup.okhttp.** { *; }
4 changes: 2 additions & 2 deletions app/src/main/java/me/sabareesh/trippie/util/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ public class Constants {


//Values
public static final String API_VALUE = "AIzaSyDhDto1l7gRDL-UQcu4iGJImIDjiT8XMs0";
public static final String API_VALUE = "";


public static final String API_MAPS_VALUE = "AIzaSyCKF2LPs0GjBMDCrkySviGwCGWJpa5K8-M";
public static final String API_MAPS_VALUE = "";
public static final String ABMOBS_APP_ID = "ca-app-pub-3940256099942544~3347511713";
public static final String TYPE_VALUE_RESTAURANT = "restaurant";
public static final String TYPE_VALUE_HOTEL = "lodging";
Expand Down
55 changes: 0 additions & 55 deletions app/src/release/google-services.json

This file was deleted.

0 comments on commit a9a1abf

Please sign in to comment.