Skip to content

Commit

Permalink
chore:编译脚本以及版本描述调整
Browse files Browse the repository at this point in the history
  • Loading branch information
yatsuki committed Jan 17, 2022
1 parent da50225 commit 0908cc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "co.lintian.v2manager"
minSdkVersion flutter.minSdkVersion
minSdkVersion 21
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: v2manager
description: V2管理器
description: Magisk插件V2ray-For-Android管理应用

publish_to: 'none' # Remove this line if you wish to publish to pub.dev

version: 1.0.0+1
version: 1.0.1-beta

environment:
sdk: ">=2.15.1 <3.0.0"
Expand Down

0 comments on commit 0908cc9

Please sign in to comment.