Skip to content

Commit 3b84495

Browse files
authored
Merge pull request #55 from nini22P/dev
v1.5.0
2 parents bce2e46 + 717ffd1 commit 3b84495

122 files changed

Lines changed: 7551 additions & 4949 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616

1717
jobs:
1818
build-windows:
19-
runs-on: windows-latest
19+
runs-on: windows-2022
2020
steps:
2121
- name: Clone repository
2222
uses: actions/checkout@v4

CHANGELOG.md

Lines changed: 41 additions & 15 deletions

README.md

Lines changed: 1 addition & 1 deletion

README_CN.md

Lines changed: 1 addition & 1 deletion

analysis_options.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,7 @@ linter:
2727
# Additional information about this file can be found at
2828
# https://dart.dev/guides/language/analysis-options
2929
analyzer:
30+
plugins:
31+
# - custom_lint
3032
errors:
3133
invalid_annotation_target: ignore

android/.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,7 @@ key.properties
1414
**/*.keystore
1515
**/*.jks
1616

17-
/app/src/main/assets/flutter_assets
17+
/app/src/main/assets/flutter_assets
18+
19+
.kotlin
20+
build

android/app/build.gradle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import java.io.File
21
import java.nio.file.Files
32
import java.security.MessageDigest
43

@@ -21,12 +20,12 @@ android {
2120
ndkVersion = "27.0.12077973"
2221

2322
compileOptions {
24-
sourceCompatibility = JavaVersion.VERSION_1_8
25-
targetCompatibility = JavaVersion.VERSION_1_8
23+
sourceCompatibility = JavaVersion.VERSION_17
24+
targetCompatibility = JavaVersion.VERSION_17
2625
}
2726

2827
kotlinOptions {
29-
jvmTarget = JavaVersion.VERSION_1_8
28+
jvmTarget = JavaVersion.VERSION_17
3029
}
3130

3231
defaultConfig {
15.6 KB
-1.84 KB
Binary file not shown.
1.38 KB

0 commit comments

Comments
 (0)