mirror of
https://github.com/luanti-org/luanti.git
synced 2025-12-15 19:45:21 +01:00
Releasing android
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user