Skip to content

Commit a6d2d0d

Browse files
committed
バージョンを1.0.2にアップデート
1 parent d52f66f commit a6d2d0d

3 files changed

Lines changed: 5 additions & 16 deletions

File tree

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ apply plugin: 'com.android.application'
2525
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
2626

2727
android {
28-
compileSdkVersion 31
28+
compileSdkVersion 32
2929

3030
compileOptions {
3131
sourceCompatibility JavaVersion.VERSION_1_8
@@ -36,7 +36,7 @@ android {
3636
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
3737
applicationId "com.corenion.filetrucker"
3838
minSdkVersion 27
39-
targetSdkVersion 31
39+
targetSdkVersion 32
4040
versionCode flutterVersionCode.toInteger()
4141
versionName flutterVersionName
4242
}

pubspec.yaml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1515
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1616
# Read more about iOS versioning at
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18-
version: 1.0.1+2
18+
version: 1.0.2+3
1919

2020
environment:
2121
sdk: ">=2.15.1 <3.0.0"
@@ -98,14 +98,3 @@ flutter:
9898
- asset: assets/fonts/NotoSansJP-Regular.otf
9999
- asset: assets/fonts/NotoSansJP-Bold.otf
100100
weight: 700
101-
102-
msix_config:
103-
display_name: Open FileTrucker
104-
publisher_display_name: CoreNion
105-
identity_name: com.corenion.filetrucker
106-
logo_path: ./assets/icon_400x400.png
107-
msix_version: 1.0.0.0
108-
languages: ja-jp
109-
capabilities: privateNetworkClientServer
110-
execution_alias: filetrucker
111-
store: false

windows/runner/Runner.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ IDI_APP_ICON ICON "resources\\app_icon.ico"
6363
#ifdef FLUTTER_BUILD_NUMBER
6464
#define VERSION_AS_NUMBER FLUTTER_BUILD_NUMBER
6565
#else
66-
#define VERSION_AS_NUMBER 1,0,1
66+
#define VERSION_AS_NUMBER 1,0,2
6767
#endif
6868

6969
#ifdef FLUTTER_BUILD_NAME
7070
#define VERSION_AS_STRING #FLUTTER_BUILD_NAME
7171
#else
72-
#define VERSION_AS_STRING "1.0.1"
72+
#define VERSION_AS_STRING "1.0.2"
7373
#endif
7474

7575
VS_VERSION_INFO VERSIONINFO

0 commit comments

Comments
 (0)