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

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

feat: Change output apk name

parent 23458be6
Loading
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -148,6 +148,16 @@ android {
        }
    }

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

    buildTypes {
        debug {
            minifyEnabled false