Don't update OsmAnd~ to 2.0.0-beta (200)

This commit is contained in:
Boris Kraut 2015-04-26 00:58:47 +02:00
parent a0e2a774f7
commit 717cef65e9

View file

@ -138,11 +138,27 @@ Build:1.9.5,197
buildjni=no
ndk=r10d
#use v2.0.0 branch
Build:2.0,200
disable=builds and is usable
commit=d2327391a0ba102a422e825b9a2fbfcae6b3c9b6
subdir=android/OsmAnd
submodules=yes
build=../../build
buildjni=no
ndk=r10d
output=build/outputs/apk/OsmAnd-full-legacy-fat-release-unsigned.apk
Maintainer Notes:
No UCMs apply because git never contains actual releases, only pre-releses.
The build instructions have been moved to a script in the root of the repo,
'build'. This way it can be updated along with the submodules.
Upstream now uses gradle. We invoke gradle from within ../../build which might
break on the BS. We should try to use gradle=fullLegacyFat to build like `gradle
clean assembleFullLegacyFatRelease`. Versioname is off, e.g. "2.0.02.0" instead
of "2.0" -- it looks like our forcing is no longer necessary.
.
Auto Update Mode:None