Loading app/build.gradle +12 −1 Original line number Diff line number Diff line Loading @@ -10,6 +10,16 @@ android { targetCompatibility JavaVersion.VERSION_1_8 } signingConfigs { // These are public keys provided by AOSP, Use different passcode protected keys for production debug { storeFile file('keys/platform.jks') storePassword 'platform' keyAlias 'platform' keyPassword 'platform' } } defaultConfig { applicationId "foundation.e.camera" minSdkVersion 25 Loading @@ -27,7 +37,8 @@ android { buildTypes { debug { applicationIdSuffix ".debug" //applicationIdSuffix ".debug" signingConfig signingConfigs.debug } release { Loading app/keys/platform.jks 0 → 100644 +2.98 KiB File added.No diff preview for this file type. View file Loading
app/build.gradle +12 −1 Original line number Diff line number Diff line Loading @@ -10,6 +10,16 @@ android { targetCompatibility JavaVersion.VERSION_1_8 } signingConfigs { // These are public keys provided by AOSP, Use different passcode protected keys for production debug { storeFile file('keys/platform.jks') storePassword 'platform' keyAlias 'platform' keyPassword 'platform' } } defaultConfig { applicationId "foundation.e.camera" minSdkVersion 25 Loading @@ -27,7 +37,8 @@ android { buildTypes { debug { applicationIdSuffix ".debug" //applicationIdSuffix ".debug" signingConfig signingConfigs.debug } release { Loading