Skip to content

Commit

Permalink
0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Notsfsssf committed Oct 10, 2021
1 parent c7cd4c3 commit 520f269
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ android {
applicationId packageName
minSdkVersion 21
targetSdkVersion 30
versionCode 10006050
versionName "0.6.5 wuauclt"
versionCode 10006060
versionName "0.6.6 muse"
ndk { abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86_64' }
}
compileOptions {
Expand Down
2 changes: 1 addition & 1 deletion lib/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

class Constants {
static String tagName = "0.6.5";
static String tagName = "0.6.6";
static const isGooglePlay =
bool.fromEnvironment("IS_GOOGLEPLAY", defaultValue: false);
static int type = 0;
Expand Down
32 changes: 16 additions & 16 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ packages:
name: _fe_analyzer_shared
url: "https://pub.flutter-io.cn"
source: hosted
version: "21.0.0"
version: "22.0.0"
analyzer:
dependency: transitive
dependency: "direct dev"
description:
name: analyzer
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.5.0"
version: "1.7.2"
animations:
dependency: "direct main"
description:
Expand All @@ -28,7 +28,7 @@ packages:
name: archive
url: "https://pub.flutter-io.cn"
source: hosted
version: "3.1.2"
version: "3.1.5"
args:
dependency: transitive
description:
Expand Down Expand Up @@ -217,7 +217,7 @@ packages:
name: device_info_plus
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.1.0"
version: "3.0.1"
device_info_plus_linux:
dependency: transitive
description:
Expand Down Expand Up @@ -447,7 +447,7 @@ packages:
name: http
url: "https://pub.flutter-io.cn"
source: hosted
version: "0.13.3"
version: "0.13.4"
http_client_helper:
dependency: transitive
description:
Expand Down Expand Up @@ -475,7 +475,7 @@ packages:
name: image_picker
url: "https://pub.flutter-io.cn"
source: hosted
version: "0.8.4+1"
version: "0.8.4+2"
image_picker_for_web:
dependency: transitive
description:
Expand Down Expand Up @@ -594,7 +594,7 @@ packages:
name: path_provider
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.0.2"
version: "2.0.5"
path_provider_linux:
dependency: transitive
description:
Expand Down Expand Up @@ -636,14 +636,14 @@ packages:
name: permission_handler
url: "https://pub.flutter-io.cn"
source: hosted
version: "8.1.6"
version: "8.2.2"
permission_handler_platform_interface:
dependency: transitive
description:
name: permission_handler_platform_interface
url: "https://pub.flutter-io.cn"
source: hosted
version: "3.6.1"
version: "3.7.0"
platform:
dependency: transitive
description:
Expand Down Expand Up @@ -722,7 +722,7 @@ packages:
name: share_plus
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.1.4"
version: "3.0.2"
share_plus_linux:
dependency: transitive
description:
Expand Down Expand Up @@ -764,7 +764,7 @@ packages:
name: shared_preferences
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.0.7"
version: "2.0.8"
shared_preferences_linux:
dependency: transitive
description:
Expand Down Expand Up @@ -839,14 +839,14 @@ packages:
name: sqflite
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.0.0+3"
version: "2.0.0+4"
sqflite_common:
dependency: transitive
description:
name: sqflite_common
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.0.0+2"
version: "2.0.1+1"
stack_trace:
dependency: transitive
description:
Expand Down Expand Up @@ -1030,5 +1030,5 @@ packages:
source: hosted
version: "3.1.0"
sdks:
dart: ">=2.13.0 <3.0.0"
flutter: ">=2.2.0"
dart: ">=2.14.0 <3.0.0"
flutter: ">=2.5.0"

0 comments on commit 520f269

Please sign in to comment.