diff --git a/metadata/net.osmand.plus.txt b/metadata/net.osmand.plus.txt index 4a3bc3b7b6..b8af81b1be 100644 --- a/metadata/net.osmand.plus.txt +++ b/metadata/net.osmand.plus.txt @@ -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