Fixes for android and wg

This commit is contained in:
pokamest 2021-10-01 12:18:48 -07:00
parent b8e35ed66c
commit edbfcda197
4 changed files with 13 additions and 13 deletions

View file

@ -119,11 +119,11 @@ android {
}
}
debug {
applicationIdSuffix ".debug"
versionNameSuffix "-debug"
//applicationIdSuffix ".debug"
//versionNameSuffix "-debug"
externalNativeBuild {
cmake {
arguments "-DANDROID_PACKAGE_NAME=${groupName}.debug", "-DGRADLE_USER_HOME=${project.gradle.gradleUserHomeDir}"
arguments "-DANDROID_PACKAGE_NAME=${groupName}", "-DGRADLE_USER_HOME=${project.gradle.gradleUserHomeDir}"
}
}
}