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

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

feat: use platform keys to sign

parent ff74f300
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -84,10 +84,17 @@ android {
            keyAlias System.getenv("ANDROID_KEY_ALIAS")
            keyPassword System.getenv("ANDROID_KEY_PASSWORD")
        }
        debug {
            storeFile file("keystore/platform.jks")
            storePassword "platform"
            keyAlias "platform"
            keyPassword "platform"
        }
    }

    buildTypes {
        debug {
            signingConfig = signingConfigs.debug
            buildConfigField "String", "EMAIL_KEY", "\"invalid\""
        }

+2.98 KiB

File added.

No diff preview for this file type.