diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fe9279a..6b84c57 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,7 +11,7 @@ permissions: jobs: releaseAL: name: Release android and linux - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout uses: actions/checkout@v4 @@ -19,10 +19,17 @@ jobs: fetch-depth: '0' - name: Install Flutter uses: subosito/flutter-action@v2 + - uses: actions/setup-java@v4 + with: + distribution: 'zulu' + java-version: '17' - name: Fetch secrets run: | curl -u ${{ secrets.BASIC_AUTH }} -o android/app/app.key ${{ secrets.URL_PREFIX }}app.key curl -u ${{ secrets.BASIC_AUTH }} -o android/key.properties ${{ secrets.URL_PREFIX }}key.properties + - name: Install dependencies + run: | + sudo apt install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libunwind-dev - name: Build run: dart run fl_build -p android,linux - name: Create Release diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index 7c2083f..42ba02f 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -363,7 +363,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; - CURRENT_PROJECT_VERSION = 159; + CURRENT_PROJECT_VERSION = 160; DEVELOPMENT_TEAM = BA88US33G6; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; @@ -494,7 +494,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; - CURRENT_PROJECT_VERSION = 159; + CURRENT_PROJECT_VERSION = 160; DEVELOPMENT_TEAM = BA88US33G6; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; @@ -519,7 +519,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; - CURRENT_PROJECT_VERSION = 159; + CURRENT_PROJECT_VERSION = 160; DEVELOPMENT_TEAM = BA88US33G6; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; diff --git a/lib/data/res/build.dart b/lib/data/res/build.dart index a542828..59867e0 100644 --- a/lib/data/res/build.dart +++ b/lib/data/res/build.dart @@ -2,8 +2,8 @@ class Build { static const String name = "GPTBox"; - static const int build = 159; + static const int build = 160; static const String engine = "3.22.1"; - static const String buildAt = "2024-05-26 00:02:46"; + static const String buildAt = "2024-05-26 00:15:05"; static const int modifications = 1; } diff --git a/pubspec.lock b/pubspec.lock index 0aacb98..7b08c5d 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -397,8 +397,8 @@ packages: dependency: "direct dev" description: path: "." - ref: main - resolved-ref: f0841fcfb4b1ce78cc088ffa7a0c97a5db9ba642 + ref: "52b78c04e73e49b39e2b291241f57c564faab881" + resolved-ref: "52b78c04e73e49b39e2b291241f57c564faab881" url: "https://github.com/lollipopkit/fl_build.git" source: git version: "1.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index c7cef1e..2289e7b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -39,7 +39,7 @@ dev_dependencies: fl_build: git: url: https://github.com/lollipopkit/fl_build.git - ref: main + ref: 52b78c04e73e49b39e2b291241f57c564faab881 flutter: generate: true