Pārlūkot izejas kodu

Merge remote-tracking branch 'origin/dev' into dev

Vanessa 1 gadu atpakaļ
vecāks
revīzija
4cb796e611
2 mainītis faili ar 5 papildinājumiem un 3 dzēšanām
  1. 1 1
      .github/CONTRIBUTING.md
  2. 4 2
      .github/CONTRIBUTING_zh_CN.md

+ 1 - 1
.github/CONTRIBUTING.md

@@ -55,7 +55,7 @@ Note: In the development environment, the kernel process will not be automatical
 ### Android
 
 * `cd kernel`
-* `gomobile bind --tags fts5 -ldflags '-s -w' -v -o kernel.aar -target='android/arm64' ./mobile/`
+* `gomobile bind --tags fts5 -ldflags '-s -w' -v -o kernel.aar -target='android/arm64' -androidapi 24 ./mobile/`
 * https://github.com/siyuan-note/siyuan-android
 
 For the mobile-end, please refer to the corresponding project repository.

+ 4 - 2
.github/CONTRIBUTING_zh_CN.md

@@ -50,12 +50,14 @@ NPM 镜像:
 
 ### iOS
 
-* `gomobile bind --tags fts5 -ldflags '-s -w' -v -o ./ios/iosk.xcframework -target=ios ./kernel/mobile/`
+* `cd kernel`
+* `gomobile bind --tags fts5 -ldflags '-s -w' -v -o ./ios/iosk.xcframework -target=ios ./mobile/`
 * https://github.com/siyuan-note/siyuan-ios
 
 ### Android
 
-* `gomobile bind --tags fts5 -ldflags '-s -w' -v -o kernel.aar -target='android/arm64' ./kernel/mobile/`
+* `cd kernel`
+* `gomobile bind --tags fts5 -ldflags '-s -w' -v -o kernel.aar -target='android/arm64' -androidapi 24 ./mobile/`
 * https://github.com/siyuan-note/siyuan-android
 
 移动端请参考对应项目仓库。