Move apps to new package

This commit is contained in:
elasota
2020-10-17 12:42:47 -04:00
parent 7c025337dc
commit 37499638fc
3 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +0,0 @@
package org.glideport.game;
public class GpSystemServices
{
}

View File

@@ -1,4 +1,4 @@
package org.glideport.game;
package org.thecodedeposit.aerofoil;
import org.libsdl.app.SDLActivity;
import android.content.res.AssetManager;

View File

@@ -0,0 +1,5 @@
package org.thecodedeposit.aerofoil;
public class GpSystemServices
{
}