Update AFWall+ to 2.0.0 (15208)

This commit is contained in:
Boris Kraut 2015-09-07 15:51:49 +02:00
parent d9a2cd498c
commit 54b0d5b641

View file

@ -298,6 +298,17 @@ Build:2.0.0-RC,15205
export NDK_PROJECT_PATH=`pwd` && \
make -C external NDK=$$NDK$$
#see if it builds on the BS
Build:2.0.0,15208
commit=v2.0.0
subdir=aFWall
gradle=yes
rm=.gradle
scandelete=aFWall/src/main/res/raw/
build=pushd .. && \
export NDK_PROJECT_PATH=`pwd` && \
make -C external NDK=$$NDK$$
#Auto Update Mode:Version v%v
Auto Update Mode:None
Update Check Mode:Tags ^v[0-9\.]+$