Update Tiny Travel Tracker to 1.1.22 (66)
This commit is contained in:
parent
a4ee0688ca
commit
f3d5c57a1c
|
@ -276,7 +276,21 @@ Build:1.1.21,65
|
|||
cp ../lib/tangram-es/android/tangram/build/outputs/aar/tangram-release.aar libs
|
||||
ndk=r10e
|
||||
|
||||
Build:1.1.22,66
|
||||
commit=v1.1.22
|
||||
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.21
|
||||
Current Version Code:65
|
||||
Current Version:1.1.22
|
||||
Current Version Code:66
|
||||
|
|
Loading…
Reference in a new issue