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

Commit 31b23916 authored by Sayantan Roychowdhury's avatar Sayantan Roychowdhury
Browse files

Merge branch 'release-1.6-rc'

parents 32950481 db9d54a7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ plugins {

def versionMajor = 2
def versionMinor = 4
def versionPatch = 0
def versionPatch = 1

def getGitHash = { ->
    def stdOut = new ByteArrayOutputStream()
@@ -74,6 +74,7 @@ android {
    buildTypes {
        debug {
            versionNameSuffix ".debug"
            applicationIdSuffix ".debug"
            signingConfig signingConfigs.debugConfig
            proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
        }