File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed
Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -24,3 +24,10 @@ if [ "$appNo"x = "1"x ];then
2424 /bin/bash ./build_apk.sh ZAPK PubGetAPKInfo com.bihe0832.getsignature com.bihe0832.android.app.Application
2525 checkResult
2626fi
27+
28+
29+ # 拼图APP
30+ if [ " $appNo " x = " 2" x ]; then
31+ /bin/bash ./build_apk.sh ZPUZZLE PubPuzzleGame com.bihe0832.puzzle com.bihe0832.android.app.Application
32+ checkResult
33+ fi
Original file line number Diff line number Diff line change @@ -60,14 +60,14 @@ ext.moduleInfo = [
6060 " Application"
6161 ]
6262 ],
63- " BasePuzzleGame " : [
63+ " BasePhotos " : [
6464 " apidependenciesList" : [
65- " BasePhotos "
65+ " BaseCard "
6666 ]
6767 ],
68- " BasePhotos " : [
68+ " BasePuzzleGame " : [
6969 " apidependenciesList" : [
70- " BaseCard "
70+ " BasePhotos "
7171 ]
7272 ],
7373 " PubGetAPKInfo" : [
You can’t perform that action at this time.
0 commit comments