Skip to content

Commit

Permalink
适配Android 13
Browse files Browse the repository at this point in the history
  • Loading branch information
simplezhli committed May 14, 2023
1 parent acd8685 commit 5ea6231
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flutter-drive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
strategy:
# set of different configurations of the virtual environment.
matrix:
api-level: [21, 31]
api-level: [21, 33]
target: [default]
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ android {
defaultConfig {
applicationId "com.weilu.deer"
minSdkVersion 21
targetSdkVersion 32
targetSdkVersion 33
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}
Expand Down
1 change: 1 addition & 0 deletions android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
<monochrome android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>
5 changes: 5 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log:

## 1.3.0

* 适配Android 13。
* Flutter SDK升至3.10.0。

## 1.2.3

* Flutter SDK升至3.7.0。
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: flutter_deer
description: Flutter Deer

version: 1.2.3+21
version: 1.3.0+22
# 唯鹿 <a05111993@163.com>
homepage: https://weilu.blog.csdn.net/

publish_to: 'none'

environment:
sdk: ">=3.0.0-0 <4.0.0"
flutter: ">=3.7.0 <4.0.0"
flutter: ">=3.7.0"

dependencies:
flutter:
Expand Down

0 comments on commit 5ea6231

Please sign in to comment.