move comments to Maintainer Notes to prevent bad parsing.
In both of these cases, Auto Update Mode was being sucked into the comment in the internal representation of the parsed data.
This commit is contained in:
parent
9bbb492c4a
commit
2f6b1ee60c
|
@ -35,9 +35,12 @@ Build:1.2.3,24
|
|||
Build:1.2.4,25
|
||||
commit=316
|
||||
|
||||
# Template for the next version: remember to remove anti-feature
|
||||
# and fix the description!
|
||||
# prebuild=sed -i '/maps/d' AndroidManifest.xml
|
||||
Maintainer Notes:
|
||||
Template for the next version: remember to remove anti-feature
|
||||
and fix the description!
|
||||
prebuild=sed -i '/maps/d' AndroidManifest.xml
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.2.4
|
||||
|
|
|
@ -58,10 +58,14 @@ Build:2.4.4,363
|
|||
prebuild=echo 'APP_ABI=armeabi-v7a' >> jni/Application.mk
|
||||
buildjni=yes
|
||||
|
||||
# +0: - (upstream)
|
||||
# +1: x86
|
||||
# +2: arm
|
||||
# +3: armv7 (CV)
|
||||
Maintainer Notes:
|
||||
version codes:
|
||||
+0: - (upstream)
|
||||
+1: x86
|
||||
+2: arm
|
||||
+3: armv7 (CV)
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Vercode Operation:%c*10 + 3
|
||||
|
|
Loading…
Reference in a new issue