Skip to content

Commit a5bf2cd

Browse files
committed
doc: update android packaging.
1 parent bbf3c42 commit a5bf2cd

File tree

7 files changed

+3
-5
lines changed

7 files changed

+3
-5
lines changed

website/src/pages/docs/unpack/android/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Android要求所有应用都必须先使用证书进行数字签名,然后才
77

88
## 打包修改 APP 版本号
99

10-
### 修改 `android/app/build.gradle` 配置
10+
修改 `android/app/build.gradle` 配置,每次发布之前更改版本号。
1111

12-
```java
12+
```gradle
1313
android {
1414
.....
1515
defaultConfig {
@@ -180,14 +180,12 @@ keytool -importkeystore -srckeystore xx-key.keystore -destkeystore xx-key.keysto
180180
# " 迁移到行业标准格式 PKCS12。
181181
```
182182

183-
### 设置 Gradle 变量
183+
## Android Studio 打包
184184

185185
![](./img/image.png)<!--rehype:style=max-width: 650px;width: 100%;-->
186186

187187
如果 Gradle 加载失败,https://gradle.org/ 点击下面按钮重新同步
188188

189-
![](./img/image1.png)<!--rehype:style=max-width: 650px;width: 100%;-->
190-
191189
Android Studio 打包
192190

193191
![](./img/image2.png)<!--rehype:style=max-width: 650px;width: 100%;-->
Loading
Binary file not shown.
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)