mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-22 17:18:39 +00:00
Android: fix package name in JAVA sources
This commit is contained in:
parent
783e15f389
commit
aa085bf222
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
package org.minetest.minetest;
|
||||
package net.minetest.minetest;
|
||||
|
||||
import java.io.BufferedReader;
|
||||
import java.io.File;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package org.minetest.minetest;
|
||||
package net.minetest.minetest;
|
||||
|
||||
import android.app.Activity;
|
||||
import android.app.AlertDialog;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package org.minetest.minetest;
|
||||
package net.minetest.minetest;
|
||||
|
||||
import android.app.NativeActivity;
|
||||
import android.content.Intent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue