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

Commit ca1209f7 authored by Romain Hunault's avatar Romain Hunault
Browse files

Change output release name

parent e059dbc7
Loading
Loading
Loading
Loading
+4 −9
Original line number Diff line number Diff line
@@ -14,18 +14,13 @@ android {
        release {
            minifyEnabled true
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
            applicationVariants.all { variant ->
                variant.outputs.all { output ->
                    outputFileName = "Weather-release-${variant.versionName}.apk"
                }
            }
        }
        debug {
            minifyEnabled false
        }
        applicationVariants.all { variant ->
            variant.outputs.all { output ->
                    outputFileName = "Weather-debug-${variant.versionName}.apk"
                }
                outputFileName = "Weather-${variant.buildType.name}-${variant.versionName}.apk"
            }
        }
    }