mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 18:21:42 +00:00
Update showmehills to 0.21
This commit is contained in:
parent
5820fe220f
commit
bd87822b83
1 changed files with 7 additions and 5 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
#NonFreeDep because it requires google maps
|
#NonFreeDep because it requires google maps, Tracking because acra is enabled
|
||||||
AntiFeatures:NonFreeDep
|
#by default, although it can be turned off in preferences
|
||||||
|
AntiFeatures:NonFreeDep,Tracking
|
||||||
Category:Navigation
|
Category:Navigation
|
||||||
License:GPLv3
|
License:GPLv3
|
||||||
Web Site:https://github.com/ShowMeHills/ShowMeHills/wiki
|
Web Site:https://github.com/ShowMeHills/ShowMeHills/wiki
|
||||||
|
|
@ -21,9 +22,10 @@ Build Version:0.16,16,v0.16,update=no,subdir=ShowMe/ShowMeHills,prebuild=\
|
||||||
mkdir src && \
|
mkdir src && \
|
||||||
echo "sdk.dir=$$SDK$$" >local.properties && \
|
echo "sdk.dir=$$SDK$$" >local.properties && \
|
||||||
echo "sdk.dir=$$SDK$$" >../ShowMeX/local.properties
|
echo "sdk.dir=$$SDK$$" >../ShowMeX/local.properties
|
||||||
#Note that 0.20 will either need acra.disabled patching to be true by default, or
|
Build Version:0.21,21,v0.21,update=no,subdir=ShowMe/ShowMeHills,prebuild=\
|
||||||
#the appropriate AntiFeature flag adding.
|
mkdir src && \
|
||||||
Build Version:0.20,20,!No source code published
|
echo "sdk.dir=$$SDK$$" >local.properties && \
|
||||||
|
echo "sdk.dir=$$SDK$$" >../ShowMeX/local.properties
|
||||||
|
|
||||||
Update Check Mode:Market
|
Update Check Mode:Market
|
||||||
Current Version:0.21
|
Current Version:0.21
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue