mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-06 17:41:04 +00:00
Releasing android
This commit is contained in:
parent
7993a403f2
commit
b12f569fc6
6 changed files with 8 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.minetest.minetest"
|
||||
package="net.minetest.minetest"
|
||||
android:versionCode="###ANDROID_VERSION###"
|
||||
android:versionName="###BASE_VERSION###.###ANDROID_VERSION###"
|
||||
android:installLocation="auto">
|
||||
|
|
|
@ -26,7 +26,7 @@ GAMES_TO_COPY = minetest_game
|
|||
# Android Version code
|
||||
# Increase for each build!
|
||||
################################################################################
|
||||
ANDROID_VERSION_CODE = 6
|
||||
ANDROID_VERSION_CODE = 10
|
||||
|
||||
################################################################################
|
||||
# toolchain config for arm old processors
|
||||
|
|
|
@ -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