Loading .gitignore +0 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,6 @@ bin/ .classpath .output/ .settings/ *keystore play-services-location/core/provider/.cxx/ play-services-location/core/provider/src/main/cpp/ play-services-location/core/provider/src/main/java/ Loading keystore/platform.jks 0 → 100644 +2.98 KiB File added.No diff preview for this file type. View file play-services-core/build.gradle +11 −0 Original line number Diff line number Diff line Loading @@ -164,6 +164,13 @@ android { keyPassword keystore_password } debugConfig { storeFile file("../keystore/platform.jks") storePassword "platform" keyAlias "platform" keyPassword "platform" } releaseDev { storeFile file("e.keystore") storePassword keystore_password Loading @@ -182,6 +189,10 @@ android { buildTypes { debug { signingConfig signingConfigs.debugConfig } release { minifyEnabled true proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' Loading vending-app/build.gradle +10 −0 Original line number Diff line number Diff line Loading @@ -20,8 +20,18 @@ android { targetSdkVersion androidTargetSdk } signingConfigs { debugConfig { storeFile file("../keystore/platform.jks") storePassword "platform" keyAlias "platform" keyPassword "platform" } } buildTypes { debug { signingConfig signingConfigs.debugConfig postprocessing { removeUnusedCode true removeUnusedResources false Loading Loading
.gitignore +0 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,6 @@ bin/ .classpath .output/ .settings/ *keystore play-services-location/core/provider/.cxx/ play-services-location/core/provider/src/main/cpp/ play-services-location/core/provider/src/main/java/ Loading
play-services-core/build.gradle +11 −0 Original line number Diff line number Diff line Loading @@ -164,6 +164,13 @@ android { keyPassword keystore_password } debugConfig { storeFile file("../keystore/platform.jks") storePassword "platform" keyAlias "platform" keyPassword "platform" } releaseDev { storeFile file("e.keystore") storePassword keystore_password Loading @@ -182,6 +189,10 @@ android { buildTypes { debug { signingConfig signingConfigs.debugConfig } release { minifyEnabled true proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' Loading
vending-app/build.gradle +10 −0 Original line number Diff line number Diff line Loading @@ -20,8 +20,18 @@ android { targetSdkVersion androidTargetSdk } signingConfigs { debugConfig { storeFile file("../keystore/platform.jks") storePassword "platform" keyAlias "platform" keyPassword "platform" } } buildTypes { debug { signingConfig signingConfigs.debugConfig postprocessing { removeUnusedCode true removeUnusedResources false Loading