File tree 1 file changed +4
-8
lines changed
1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 3
3
rm -f READY/*
4
4
mkdir -p READY
5
5
6
- # git checkout master
7
- git checkout lr
6
+ git checkout master
8
7
./scripts/packageTool.sh --updateVersion
9
8
ant distclean
10
9
fbuild
11
10
mv bin/FBReaderJ.apk READY
12
11
# cp bin/proguard/mapping.txt mappings/mapping-`cat VERSION`.master.txt
13
12
14
13
# git checkout ice-cream-sandwich
15
- # git checkout yota2
16
- git checkout lr-ics
14
+ git checkout yota2
17
15
./scripts/packageTool.sh --updateVersion
18
16
ant clean
19
17
fbuild
20
18
mv bin/FBReaderJ.apk READY/FBReaderJ_ice-cream-sandwich.apk
21
19
# cp bin/proguard/mapping.txt mappings/mapping-`cat VERSION`.ice-cream-sandwich.txt
22
20
23
- # git checkout nook
24
- git checkout lr-nook
21
+ git checkout nook
25
22
./scripts/packageTool.sh --updateVersion
26
23
ant clean
27
24
fbuild
28
25
mv bin/FBReaderJ.apk READY/FBReaderJ_nst.apk
29
26
30
- # git checkout kindle
31
- git checkout lr-kindle
27
+ git checkout kindle
32
28
./scripts/packageTool.sh --updateVersion
33
29
ant clean
34
30
fbuild
You can’t perform that action at this time.
0 commit comments