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

Commit 723a5c48 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

sign with aosp testkey

parent ef43b19b
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -12,13 +12,24 @@ android {
        targetSdkVersion 34
    }

    signingConfigs {
        testkey {
            storeFile file("keystore/testkey.jks")
            storePassword "testkey"
            keyAlias "testkey"
            keyPassword "testkey"
        }
    }

    buildTypes {
        debug {
            applicationIdSuffix ".dev"
            signingConfig = signingConfigs.testkey
        }
        release {
            minifyEnabled true
            proguardFiles 'proguard.flags'
            signingConfig = signingConfigs.testkey
        }
    }

keystore/testkey.jks

0 → 100644
+2.98 KiB

File added.

No diff preview for this file type.