Update Tiny Travel Tracker to 1.1.5 (49)
This commit is contained in:
parent
f233773669
commit
770c8dac40
|
@ -92,6 +92,7 @@ Build:1.0.1.2,46
|
|||
commit=none
|
||||
|
||||
Build:1.1.3,47
|
||||
disable=doesn't build
|
||||
commit=v1.1.3
|
||||
subdir=app
|
||||
submodules=yes
|
||||
|
@ -106,6 +107,7 @@ Build:1.1.3,47
|
|||
ndk=r10e
|
||||
|
||||
Build:1.1.4,48
|
||||
disable=doesn't build
|
||||
commit=v1.1.4
|
||||
subdir=app
|
||||
submodules=yes
|
||||
|
@ -119,7 +121,21 @@ Build:1.1.4,48
|
|||
cp ../lib/tangram-es/android/tangram/build/outputs/aar/tangram-release.aar libs
|
||||
ndk=r10e
|
||||
|
||||
Build:1.1.5,49
|
||||
commit=v1.1.5
|
||||
subdir=app
|
||||
submodules=yes
|
||||
gradle=yes
|
||||
prebuild=mkdir -p libs && \
|
||||
touch libs/tangram-release.aar #gradle clean will barf if this file doesn't exist
|
||||
scanignore=app/src/main/resources/org/joda/time/tz/data
|
||||
build=echo -e '#!/bin/sh\ngradle "$@"' > ../lib/tangram-es/android/gradlew && \
|
||||
chmod +x ../lib/tangram-es/android/gradlew && \
|
||||
../lib/tangram-es/android_aar_build.sh && \
|
||||
cp ../lib/tangram-es/android/tangram/build/outputs/aar/tangram-release.aar libs
|
||||
ndk=r10e
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.1.4
|
||||
Current Version Code:48
|
||||
Current Version:1.1.5
|
||||
Current Version Code:49
|
||||
|
|
Loading…
Reference in a new issue