Downloading dependencies
1
2

3

4

5
release {
resValue("string", "app_name", "taponphone-mobileapp-mpp-native")
isMinifyEnabled = false
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro")
}
create("hml") {
resValue("string", "app_name", "[HML] taponphone-mobileapp-mpp-native")
applicationIdSuffix = ".hml"
signingConfig = signingConfigs.getByName("debug")
}6

7

Last updated

