Skip to content

Commit 9f08d54

Browse files
author
mamengqiu
committed
Merge branch 'master' into test
# Conflicts: # .github/workflows/.github-ci.yml
2 parents 6a30632 + da984fa commit 9f08d54

14 files changed

Lines changed: 218 additions & 292 deletions

File tree

.github/workflows/.github-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
# 构建 APK(已签名)
5353
- name: Build signed APK
54-
run: flutter build apk --release
54+
run: flutter build apk
5555
working-directory: flutter_plugin_qpos/example
5656

5757
# 自动生成 TAG(递增规则 0.0.1 -> 0.0.2 ... -> 0.1.0)

flutter_plugin_qpos/example/android/app/build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ apply plugin: 'com.android.application'
2424
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
2525

2626
android {
27-
compileSdkVersion 33
27+
compileSdkVersion 34
2828

2929
lintOptions {
3030
disable 'InvalidPackage'
@@ -68,6 +68,10 @@ android {
6868
keyPassword 'dspread'
6969
}
7070
}
71+
sourceSets.main {
72+
jniLibs.srcDir 'libs'
73+
jni.srcDirs = []
74+
}
7175
}
7276

7377
flutter {
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)