Answers for "how to add prefix to application id in android"

0

how to add prefix to application id in android

android {
    ...
    buildTypes {
        debug {
            applicationIdSuffix ".debug"
        }
    }
}
Posted by: Guest on November-30-2020

Code answers related to "how to add prefix to application id in android"

Browse Popular Code Answers by Language