Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0f25936f authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

camera: sign debug with AOSP test keys

parent cd5783cd
Loading
Loading
Loading
Loading
+12 −1
Original line number Diff line number Diff line
@@ -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
@@ -27,7 +37,8 @@ android {

    buildTypes {
        debug {
            applicationIdSuffix ".debug"
            //applicationIdSuffix ".debug"
            signingConfig signingConfigs.debug
        }

        release {

app/keys/platform.jks

0 → 100644
+2.98 KiB

File added.

No diff preview for this file type.