Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lyy committed Aug 23, 2024
1 parent 5dd687b commit 223c847
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ android {
ndkVersion flutter.ndkVersion

compileOptions {
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}

kotlinOptions {
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: '哔哔音乐,听歌自由'
publish_to: 'none' # Remove this line if you wish to publish to pub.dev

# 一定要确保这个版本号在第一位
version: 0.0.2
version: 0.0.3

environment:
sdk: '>=3.3.1 <4.0.0'
Expand Down

0 comments on commit 223c847

Please sign in to comment.