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

Commit 3fdc9f98 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

sign with aosp testkey

parent b39712a4
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -25,11 +25,22 @@ android {
        versionName = "1.1"
    }

    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")

            // Includes the default ProGuard rules files.
            setProguardFiles(
                listOf(
@@ -41,6 +52,8 @@ android {
        getByName("debug") {
            // Append .dev to package name so we won't conflict with AOSP build.
            applicationIdSuffix = ".dev"

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

keystore/testkey.jks

0 → 100644
+2.98 KiB

File added.

No diff preview for this file type.