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

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

notes: use aosp platform key

parent 1720d391
Loading
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -76,6 +76,15 @@ android {
        targetCompatibility JavaVersion.VERSION_11
    }

    signingConfigs {
        platformConfig {
            storeFile file("$rootDir/keystore/platform.jks")
            storePassword 'platform'
            keyAlias 'platform'
            keyPassword 'platform'
        }
    }

    defaultConfig {
        applicationId "foundation.e.notes"
        minSdkVersion 24
@@ -97,11 +106,13 @@ android {
    buildTypes {
        debug {
            testCoverageEnabled true
            signingConfig signingConfigs.platformConfig
        }

        release {
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
            signingConfig signingConfigs.platformConfig
            versionNameSuffix "-${buildDate()}"
        }
    }

keystore/platform.jks

0 → 100644
+2.98 KiB

File added.

No diff preview for this file type.