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

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

keep same package name for debug build type

parent b17a292d
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -50,9 +50,6 @@ android {
            )
        }
        getByName("debug") {
            // Append .dev to package name so we won't conflict with AOSP build.
            applicationIdSuffix = ".dev"

            signingConfig = signingConfigs.getByName("testkey")
        }
    }