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

Commit a075317b authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

debug: keep same packagename as release

parent 2aba44a5
Loading
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -54,8 +54,6 @@ android {

        debug {
            signingConfig = signingConfigs.getByName("testkey")
            // Append .dev to package name so we won't conflict with AOSP build.
            applicationIdSuffix = ".dev"
        }
    }