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

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

feat: Change output apk name

parent f728b957
Loading
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -149,6 +149,16 @@ android {
        }
    }

    applicationVariants.configureEach { variant ->
        variant.outputs.configureEach { output ->
            if (variant.buildType.name == 'release') {
                outputFileName = "BlissLauncher-apiT-release.apk"
            } else if (variant.buildType.name == 'debug') {
                outputFileName = "BlissLauncher-apiT-debug.apk"
            }
        }
    }

    buildTypes {
        debug {
            minifyEnabled false