Rename package name to dev.lonami.klooni

This commit is contained in:
Lonami Exo 2019-09-05 16:16:13 +02:00
parent d9ea38b39c
commit 4fd28f3c14
45 changed files with 146 additions and 146 deletions

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="io.github.lonamiwebs.klooni"
package="dev.lonami.klooni"
android:versionCode="1"
android:versionName="1.0" >
@ -12,7 +12,7 @@
android:label="@string/app_name"
android:theme="@style/GdxTheme" >
<activity
android:name="io.github.lonamiwebs.klooni.AndroidLauncher"
android:name="dev.lonami.klooni.AndroidLauncher"
android:label="@string/app_name"
android:screenOrientation="portrait"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize">

View file

@ -18,7 +18,7 @@ android {
exclude 'META-INF/robovm/ios/robovm.xml'
}
defaultConfig {
applicationId "io.github.lonamiwebs.klooni"
applicationId "dev.lonami.klooni"
minSdkVersion 8
targetSdkVersion 25
@ -74,7 +74,7 @@ task run(type: Exec) {
}
def adb = path + "/platform-tools/adb"
commandLine "$adb", 'shell', 'am', 'start', '-n', 'io.github.lonamiwebs.klooni/io.github.lonamiwebs.klooni.AndroidLauncher'
commandLine "$adb", 'shell', 'am', 'start', '-n', 'dev.lonami.klooni/dev.lonami.klooni.AndroidLauncher'
}
// sets up the Android Eclipse project, using the old Ant based build.

View file

@ -15,7 +15,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package io.github.lonamiwebs.klooni;
package dev.lonami.klooni;
import android.os.Bundle;

View file

@ -15,7 +15,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package io.github.lonamiwebs.klooni;
package dev.lonami.klooni;
import android.content.Context;