Fixed Android build issues

This commit is contained in:
John Lyon-Smith
2018-05-09 14:18:26 -07:00
parent 59bc0e265b
commit 57355088f0
6 changed files with 3 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ buildscript {
allprojects {
repositories {
google()
mavenLocal()
jcenter()
maven {

View File

@@ -18,3 +18,4 @@
# org.gradle.parallel=true
android.useDeprecatedNdk=true
# android.enableAapt2=false

View File

@@ -1,7 +1,7 @@
#!/bin/bash
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
OLD_APK=${SCRIPT_DIR}/app/build/outputs/apk/app-release.apk
OLD_APK=${SCRIPT_DIR}/app/build/outputs/apk/release/app-release.apk
VERSION=$(cat $SCRIPT_DIR/../../scratch/version.txt)
NEW_APK=$(dirname $OLD_APK)/deighton-ar-${VERSION}.apk

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB