Skip to content

Commit

Permalink
build(*): update pubspec.yaml and build.gradle to release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Aoi-hosizora committed Nov 20, 2022
1 parent 4a732f6 commit bd0bc63
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ android {

defaultConfig {
applicationId 'com.aoihosizora.manhuagui'
versionCode 4
versionName '1.2.0'
versionCode 5
versionName '1.2.1'

minSdkVersion 19 // flutter.minSdkVersion
targetSdkVersion flutter.targetSdkVersion
Expand Down
2 changes: 1 addition & 1 deletion lib/config.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ignore_for_file: constant_identifier_names

const APP_NAME = 'Manhuagui';
const APP_VERSION = '1.2.0';
const APP_VERSION = '1.2.1';
const APP_LEGALESE = 'Copyright © 2020-2022 AoiHosizora';
const APP_DESCRIPTIONS = [
'第三方漫画柜 ($WEB_HOMEPAGE_URL) 安卓客户端,使用 Flutter 开发。',
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: manhuagui_flutter
description: An unofficial android application for manhuagui, built in flutter.

publish_to: 'none'
version: 1.2.0
version: 1.2.1
environment:
sdk: ">=2.16.2 <3.0.0"

Expand Down

0 comments on commit bd0bc63

Please sign in to comment.