Change app name

This commit is contained in:
elasota
2020-10-13 10:00:43 -04:00
parent aeef313a8a
commit 14f7a5beed

View File

@@ -11,7 +11,7 @@ android {
compileSdkVersion 26
defaultConfig {
if (buildAsApplication) {
applicationId "org.libsdl.app"
applicationId "org.glideport.game"
}
minSdkVersion 16
targetSdkVersion 26
@@ -58,7 +58,7 @@ android {
variant.outputs.each { output ->
def outputFile = output.outputFile
if (outputFile != null && outputFile.name.endsWith(".aar")) {
def fileName = "org.libsdl.app.aar";
def fileName = "org.glideport.game.aar";
output.outputFile = new File(outputFile.parent, fileName);
}
}