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

Commit cbf14cfc authored by Aayush Gupta's avatar Aayush Gupta
Browse files

gradle: Suffix ".debug" to package name on debug builds



This will allow us to install debug builds without removing release builds

Signed-off-by: Aayush Gupta's avatarAayush Gupta <theimpulson@e.email>
parent f8853cc9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -21,6 +21,9 @@ android {
    }

    buildTypes {
        debug {
            applicationIdSuffix ".debug"
        }
        release {
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'