Skip to content

Commit d307986

Browse files
committed
发布脚本更新
1 parent 4259d33 commit d307986

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

build_new.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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
2626
fi
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

dependencies.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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": [

0 commit comments

Comments
 (0)