Rename package name to dev.lonami.klooni
This commit is contained in:
parent
d9ea38b39c
commit
4fd28f3c14
45 changed files with 146 additions and 146 deletions
|
@ -3,7 +3,7 @@ apply plugin: "java"
|
|||
sourceCompatibility = 1.6
|
||||
sourceSets.main.java.srcDirs = [ "src/" ]
|
||||
|
||||
project.ext.mainClassName = "io.github.lonamiwebs.klooni.desktop.DesktopLauncher"
|
||||
project.ext.mainClassName = "dev.lonami.klooni.desktop.DesktopLauncher"
|
||||
project.ext.assetsDir = new File("../android/assets");
|
||||
|
||||
task run(dependsOn: classes, type: JavaExec) {
|
||||
|
|
|
@ -15,12 +15,12 @@
|
|||
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.desktop;
|
||||
package dev.lonami.klooni.desktop;
|
||||
|
||||
import com.badlogic.gdx.Files;
|
||||
import com.badlogic.gdx.backends.lwjgl.LwjglApplication;
|
||||
import com.badlogic.gdx.backends.lwjgl.LwjglApplicationConfiguration;
|
||||
import io.github.lonamiwebs.klooni.Klooni;
|
||||
import dev.lonami.klooni.Klooni;
|
||||
|
||||
class DesktopLauncher {
|
||||
public static void main (String[] arg) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue