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

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

Remove custom keystore configuration

parent 6acc998e
Loading
Loading
Loading
Loading
+0 −13
Original line number Diff line number Diff line
@@ -16,21 +16,8 @@ android {
        vectorDrawables.useSupportLibrary = true

    }
    if (project.hasProperty("DMFS_RELEASE_KEYSTORE")) {
        signingConfigs {
            release {
                storeFile file(DMFS_RELEASE_KEYSTORE)
                storePassword DMFS_RELEASE_KEYSTORE_PASSWORD
                keyAlias DMFS_RELEASE_KEY_ALIAS
                keyPassword DMFS_RELEASE_KEY_PASSWORD
            }
        }
    }
    buildTypes {
        release {
            if (project.hasProperty("DMFS_RELEASE_KEYSTORE")) {
                signingConfig signingConfigs.release
            }
            minifyEnabled true
            proguardFiles 'proguard.cfg'
        }