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

Commit 63e2d58e authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

keep same package name for debug build type

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

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