From 14f7a5beed8d01102f6975fea812cadef2f9614a Mon Sep 17 00:00:00 2001 From: elasota Date: Tue, 13 Oct 2020 10:00:43 -0400 Subject: [PATCH] Change app name --- AerofoilAndroid/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AerofoilAndroid/app/build.gradle b/AerofoilAndroid/app/build.gradle index bf3c35d..0a40ae2 100644 --- a/AerofoilAndroid/app/build.gradle +++ b/AerofoilAndroid/app/build.gradle @@ -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); } }