Skip to content

Commit

Permalink
release version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NeXTormer committed Feb 17, 2024
1 parent be979d0 commit 4e2b7d7
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 25 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build_for_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
java-version: '17'
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.13.8'
flutter-version: '3.19.0'
- run: flutter pub get

- name: Decrypt keys
Expand All @@ -43,9 +43,6 @@ jobs:
id: date
run: echo "::set-output name=date::$(date +'%Y%m%d')"

- name: Build AAB
run: flutter build appbundle --release --build-number ${{ steps.date.outputs.date }}01 --build-name ${{ env.GIT_TAG_NAME }}

- name: Build APK
run: flutter build apk --release --build-number ${{ steps.date.outputs.date }}01 --build-name ${{ env.GIT_TAG_NAME }}

Expand All @@ -58,5 +55,5 @@ jobs:
uses: actions/upload-artifact@v2
with:
tag: ${{ env.GIT_TAG_NAME }}
name: APPBUNDLE
path: build/app/outputs/bundle/release/app-release.aab
name: APK
path: build/app/outputs/bundle/release/app-release.apk
14 changes: 7 additions & 7 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
97C146E61CF9000F007C117D /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1430;
LastUpgradeCheck = 1510;
ORGANIZATIONNAME = "";
TargetAttributes = {
97C146ED1CF9000F007C117D = {
Expand Down Expand Up @@ -392,7 +392,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CURRENT_PROJECT_VERSION = 114;
CURRENT_PROJECT_VERSION = 120;
DEVELOPMENT_TEAM = GYVQ5BCFR6;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -411,7 +411,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
MARKETING_VERSION = 1.1.4;
MARKETING_VERSION = 1.2;
PRODUCT_BUNDLE_IDENTIFIER = io.hawkford.fredericapp;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -540,7 +540,7 @@
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 114;
CURRENT_PROJECT_VERSION = 120;
DEVELOPMENT_TEAM = GYVQ5BCFR6;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -559,7 +559,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
MARKETING_VERSION = 1.1.4;
MARKETING_VERSION = 1.2;
PRODUCT_BUNDLE_IDENTIFIER = io.hawkford.fredericapp;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -578,7 +578,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CURRENT_PROJECT_VERSION = 114;
CURRENT_PROJECT_VERSION = 120;
DEVELOPMENT_TEAM = GYVQ5BCFR6;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -597,7 +597,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
MARKETING_VERSION = 1.1.4;
MARKETING_VERSION = 1.2;
PRODUCT_BUNDLE_IDENTIFIER = io.hawkford.fredericapp;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1430"
LastUpgradeVersion = "1510"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
8 changes: 4 additions & 4 deletions macos/Flutter/ephemeral/Flutter-Generated.xcconfig
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// This is a generated file; do not edit or check into version control.
FLUTTER_ROOT=/home/felix/Dev/SDKs/flutter
FLUTTER_APPLICATION_PATH=/home/felix/Dev/Projects/frederic
FLUTTER_ROOT=/Users/felix/Developer/SDKs/flutter
FLUTTER_APPLICATION_PATH=/Users/felix/Developer/Projects/NeverSkip
COCOAPODS_PARALLEL_CODE_SIGN=true
FLUTTER_BUILD_DIR=build
FLUTTER_BUILD_NAME=1.1.4
FLUTTER_BUILD_NUMBER=24021102
FLUTTER_BUILD_NAME=1.2.0
FLUTTER_BUILD_NUMBER=24021701
DART_OBFUSCATION=false
TRACK_WIDGET_CREATION=true
TREE_SHAKE_ICONS=false
Expand Down
8 changes: 4 additions & 4 deletions macos/Flutter/ephemeral/flutter_export_environment.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/sh
# This is a generated file; do not edit or check into version control.
export "FLUTTER_ROOT=/home/felix/Dev/SDKs/flutter"
export "FLUTTER_APPLICATION_PATH=/home/felix/Dev/Projects/frederic"
export "FLUTTER_ROOT=/Users/felix/Developer/SDKs/flutter"
export "FLUTTER_APPLICATION_PATH=/Users/felix/Developer/Projects/NeverSkip"
export "COCOAPODS_PARALLEL_CODE_SIGN=true"
export "FLUTTER_BUILD_DIR=build"
export "FLUTTER_BUILD_NAME=1.1.4"
export "FLUTTER_BUILD_NUMBER=24021102"
export "FLUTTER_BUILD_NAME=1.2.0"
export "FLUTTER_BUILD_NUMBER=24021701"
export "DART_OBFUSCATION=false"
export "TRACK_WIDGET_CREATION=true"
export "TREE_SHAKE_ICONS=false"
Expand Down
4 changes: 1 addition & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ publish_to: 'none'
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.1.4+24021102
version: 1.2.0+24021702

environment:
sdk: '>=3.1.0 <4.0.0'
Expand Down Expand Up @@ -45,7 +45,6 @@ dependencies:
flutter_bloc: ^8.1.3
hive_flutter: ^1.1.0
path_provider: ^2.1.1
flutter_phoenix: ^1.1.1
shared_preferences: ^2.2.2

image: ^4.1.3
Expand All @@ -62,7 +61,6 @@ dependencies:
auto_size_text: ^3.0.0
in_app_purchase: ^3.1.11
cupertino_icons: ^1.0.6
infinite_listview: ^1.1.0
introduction_screen: ^3.1.12
cached_network_image: ^3.3.0

Expand Down

0 comments on commit 4e2b7d7

Please sign in to comment.