File tree 4 files changed +10
-6
lines changed
core/src/ch/asynk/rustanddust
4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,9 @@ www-test/
24
24
# # Android Studio and Intellij and Android in general
25
25
android /libs /armeabi /
26
26
android /libs /armeabi-v7a /
27
+ android /libs /arm64-v8a /
27
28
android /libs /x86 /
29
+ android /libs /x86_64 /
28
30
android /gen /
29
31
android /** /* .sqlite
30
32
.idea /
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
package =" ch.asynk.rustanddust.android"
4
- android : versionCode =" 31 "
4
+ android : versionCode =" 35 "
5
5
android : versionName =" 1.0.1" >
6
6
7
- <uses-sdk android : minSdkVersion =" 8" android : targetSdkVersion =" 20 " />
8
- <uses-permission android : name =" android.permission.GET_ACCOUNTS" />
9
- <uses-permission android : name =" android.permission.READ_CONTACTS" />
7
+ <uses-sdk android : minSdkVersion =" 8" android : targetSdkVersion =" 28 " />
8
+ <!-- < uses-permission android:name="android.permission.GET_ACCOUNTS"/> -- >
9
+ <!-- < uses-permission android:name="android.permission.READ_CONTACTS" /> -- >
10
10
11
11
<application
12
12
android : allowBackup =" true"
Original file line number Diff line number Diff line change 23
23
24
24
public class RustAndDust extends Game
25
25
{
26
- public static final String VERSION = "v31 " ;
26
+ public static final String VERSION = "v35 " ;
27
27
28
28
public static final String BG_PATCH = "bg" ;
29
29
public static final String FRAME_PATCH = "frame" ;
Original file line number Diff line number Diff line change @@ -5,10 +5,12 @@ ARGS="desktop:run"
5
5
ALIAS=jeyzu
6
6
KEYSTORE=" /home/jeyzu/etc/sync/jeyzu-key.keystore"
7
7
APK=" ./android/build/apk/android-release-unsigned.apk"
8
- ZIPALIGN=" /opt/android-sdk/build-tools/23 .0.3/zipalign"
8
+ ZIPALIGN=" /opt/android-sdk/build-tools/28 .0.3/zipalign"
9
9
APK_OUT=" ./RustAndDust-signed-aligned.apk"
10
10
DB_FILES=" ./android/assets/data/*.sqlite"
11
11
12
+ export ANDROID_HOME=/opt/android-sdk
13
+
12
14
function gradlew_do()
13
15
{
14
16
echo " ./gradlew $ARGS " && ./gradlew $ARGS || exit 1
You can’t perform that action at this time.
0 commit comments