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

Commit f14d85fa authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

sign with aosp testkey

parent b5e7ba09
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -24,11 +24,22 @@ android {
        versionName = "1.0"
    }

    signingConfigs {
        create("testkey") {
            storeFile = File("${rootDir}/keystore/testkey.jks")
            storePassword = "testkey"
            keyAlias = "testkey"
            keyPassword = "testkey"
        }
    }

    buildTypes {
        getByName("release") {
            // Enables code shrinking, obfuscation, and optimization.
            isMinifyEnabled = true

            signingConfig = signingConfigs.getByName("testkey")

            // Enables resource shrinking.
            isShrinkResources = true

@@ -43,6 +54,8 @@ android {
        getByName("debug") {
            // Append .dev to package name so we won't conflict with AOSP build.
            applicationIdSuffix = ".dev"

            signingConfig = signingConfigs.getByName("testkey")
        }
    }
    compileOptions {

keystore/testkey.jks

0 → 100644
+2.98 KiB

File added.

No diff preview for this file type.