diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 678183c2..0bff8050 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ on: env: IS_GITHUB_ACTIONS: 1 CHANNEL: "${{ inputs.channel }}" - FLUTTER_VERSION: '3.22.1' + FLUTTER_VERSION: '3.19.x' NDK_VERSION: r26d UPLOAD_ARTIFACT: "${{ inputs.upload-artifact }}" TAG_NAME: "${{ inputs.tag-name }}" diff --git a/dependencies.properties b/dependencies.properties index 1a728064..7416e781 100644 --- a/dependencies.properties +++ b/dependencies.properties @@ -1 +1 @@ -core.version=1.1.0 \ No newline at end of file +core.version=1.3.0 \ No newline at end of file diff --git a/libcore b/libcore index ffce04a0..e725eb36 160000 --- a/libcore +++ b/libcore @@ -1 +1 @@ -Subproject commit ffce04a04ec4bda26ad83fe0b054c1137928dfa5 +Subproject commit e725eb36113f25ce2652e84701ed8decd429ea82 diff --git a/pubspec.yaml b/pubspec.yaml index 5fcac156..d843f9b4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,11 +1,11 @@ name: hiddify description: Cross Platform Multi Protocol Proxy Frontend. publish_to: "none" -version: 1.1.1+10101 +version: 1.3.2+10302 environment: sdk: ">=3.3.0 <4.0.0" - flutter: ">=3.22.0 <4.0.0" + flutter: ">=3.19.0 <4.0.0" dependencies: flutter: @@ -13,7 +13,7 @@ dependencies: flutter_localizations: sdk: flutter cupertino_icons: ^1.0.6 - intl: ^0.19.0 + intl: ^0.18.1 slang: ^3.30.1 slang_flutter: ^3.30.0 fpdart: ^1.1.0 @@ -59,11 +59,11 @@ dependencies: percent_indicator: ^4.2.3 sliver_tools: ^0.2.12 flutter_adaptive_scaffold: ^0.1.8 - # humanizer: ^2.2.0 - humanizer: - git: - url: https://github.com/alex-relov/humanizer - ref: up-version + humanizer: ^2.2.0 + # humanizer: + # git: + # url: https://github.com/alex-relov/humanizer + # ref: up-version upgrader: ^9.0.0 toastification: ^1.2.1 version: ^3.0.2