Merge branch 'v3_openjdk' of https://github.com/PojavLauncherTeam/PojavLauncher into v3_openjdk

This commit is contained in:
khanhduytran0 2020-09-05 06:59:16 +07:00
commit 055743f90a
3 changed files with 4 additions and 3 deletions

View File

@ -17,7 +17,7 @@ jobs:
# the gradlew does not have exec perm already so
run: chmod +x gradlew && ./gradlew build
- name: Upload APK
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v2
with:
name: app
path: app/build/outputs/apk/debug/app-debug.apk

View File

@ -1,3 +1,4 @@
![Android CI](https://github.com/PojavLauncherTeam/PojavLauncher/workflows/Android%20CI/badge.svg)
# PojavLauncher
A Minecraft: Java Edition launcher for Android based from Boardwalk. Support up-to Minecraft 1.11.2

View File

@ -1,5 +1,5 @@
# NDK_TOOLCHAIN_VERSION := 4.9
APP_PLATFORM := android-21
APP_STL := system
APP_ABI := armeabi-v7a x86
# arm64-v8a x86_64
APP_ABI := armeabi-v7a
# x86 arm64-v8a x86_64