add notes for next version of Gibberbot
This commit is contained in:
parent
a57a1fb781
commit
182c40afef
|
@ -26,19 +26,27 @@ sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.p
|
|||
Build Version:0.0.10-RC6,41,0.0.10-RC6,forceversion=yes,forcevercode=yes,\
|
||||
srclibs=ActionBarSherlock@4.1.0,prebuild=\
|
||||
sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties
|
||||
# Can't use build.bash script so add the output as a patch and build the jar manually
|
||||
Build Version:0.0.11-RC5,57,92db4fe01571,\
|
||||
submodules=yes,patch=otr-asmack.patch,\
|
||||
update=.;external/ActionBarSherlock/library;external/\
|
||||
MemorizingTrustManager;external/OnionKit/library,prebuild=\
|
||||
rm -rf tests/ META-INF/ robo-tests/ gitian/ proguard-project.txt && \
|
||||
echo "sdk-location=$$SDK$$" > external/asmack/local.properties,build=\
|
||||
ant -Dbuild.all=true -f external/asmack/build.xml && \
|
||||
mv external/asmack/build/asmack-android-4.jar libs/
|
||||
|
||||
# Can't use build.bash (fdroid is dash only) script so add the output as a
|
||||
# patch and build the jar manually
|
||||
Build Version:0.0.11-RC5,57,92db4fe01571,\
|
||||
submodules=yes,\
|
||||
patch=otr-asmack.patch,\
|
||||
update=.;external/ActionBarSherlock/library;external/\
|
||||
MemorizingTrustManager;external/OnionKit/library,\
|
||||
prebuild=rm -rf tests/ META-INF/ robo-tests/ gitian/ proguard-project.txt && \
|
||||
echo "sdk-location=$$SDK$$" > external/asmack/local.properties,\
|
||||
build=ant -Dbuild.all=true -f external/asmack/build.xml && \
|
||||
mv external/asmack/build/asmack-android-4.jar libs/
|
||||
|
||||
# Note the name changes to Chatsecure so reference old name in description.
|
||||
# Run the update-ant-build.sh script to update projects easier.
|
||||
# Fdroid does bash now so the script in external/asmack can be used for
|
||||
# building asmack instead of the patch in 57; alternatively patch the patch
|
||||
# to use the new smack build-rev.
|
||||
Auto Update Mode:None
|
||||
#Seem to bump manifest at beginning and tags doesn't give the latest
|
||||
#Update Check Mode:Market
|
||||
# Seem to bump manifest at beginning; tags are erratic and are used for betas
|
||||
# Also on gplay
|
||||
Update Check Mode:None
|
||||
Current Version:0.0.11-RC5
|
||||
Current Version Code:57
|
||||
|
|
Loading…
Reference in a new issue