From bef59ac79bb5581653ad97b631ad7877d29fdbe6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=8E?= <‎> Date: Fri, 17 Jan 2025 02:03:32 +0700 Subject: [PATCH] update --- .github/workflows/build-tdlib-android.yml | 11 ++++++++--- .github/workflows/build-tdlib.yaml | 0 package/telegram_client/CHANGELOG.md | 5 +++++ package/telegram_client/pubspec.yaml | 10 +++++----- package/telegram_client_android/pubspec.yaml | 2 +- package/telegram_client_linux/pubspec.yaml | 2 +- pubspec.yaml | 4 ++-- telegram_client_documentation/pubspec.yaml | 2 +- 8 files changed, 23 insertions(+), 13 deletions(-) create mode 100644 .github/workflows/build-tdlib.yaml diff --git a/.github/workflows/build-tdlib-android.yml b/.github/workflows/build-tdlib-android.yml index a0e987f9..f1935600 100644 --- a/.github/workflows/build-tdlib-android.yml +++ b/.github/workflows/build-tdlib-android.yml @@ -1,4 +1,4 @@ -name: Build Android +name: Build Tdlib Android AZKADEV TELEGRAM CLIENT on: push: @@ -29,7 +29,6 @@ jobs: run: | cd example/android/ docker build --build-arg TDLIB_INTERFACE=JSON --build-arg OPENSSL_VERSION="openssl-3.4.0" --build-arg ANDROID_NDK_VERSION="27.2.12479018" --output tdlib . - shell: bash - name: Upload Build Artifacts @@ -39,7 +38,6 @@ jobs: name: android path: | example/android/tdlib/tdlib.zip - - name: Publish Release uses: marvinpinto/action-automatic-releases@latest continue-on-error: true @@ -51,3 +49,10 @@ jobs: files: | example/android/tdlib/tdlib.zip + - name: Publish Release + working-directory: package/telegram_client_android + shell: bash + run: | + dart format . + sleep 10 + dart pub publish --force --skip-validation diff --git a/.github/workflows/build-tdlib.yaml b/.github/workflows/build-tdlib.yaml new file mode 100644 index 00000000..e69de29b diff --git a/package/telegram_client/CHANGELOG.md b/package/telegram_client/CHANGELOG.md index 7ab79560..a9ad993c 100644 --- a/package/telegram_client/CHANGELOG.md +++ b/package/telegram_client/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.8.36 + +- New Version 0.8.36 + + ## 0.8.35 - New Version 0.8.35 diff --git a/package/telegram_client/pubspec.yaml b/package/telegram_client/pubspec.yaml index e49f6fa7..3de16374 100644 --- a/package/telegram_client/pubspec.yaml +++ b/package/telegram_client/pubspec.yaml @@ -1,6 +1,6 @@ name: 'telegram_client' description: 'Telegram Client Lightweight, blazing and Highly customizable for make application telegram based tdlib, mtproto, or bot api and support server side.' -version: '0.8.35' +version: '0.8.36' homepage: 'https://github.com/azkadev/telegram_client' repository: 'https://github.com/azkadev/telegram_client.git' issue_tracker: 'https://t.me/DEVELOPER_GLOBAL_PUBLIC' @@ -31,12 +31,12 @@ dependencies: ffi: '^2.1.3' http: '^1.2.2' path: '^1.9.0' - io_universe: '^0.0.4' + io_universe: '^0.0.4' mime: '^2.0.0' - general_lib: '^0.0.60' + general_lib: '^0.0.61' collection: '^1.19.0' - server_universe: '^0.0.33' - ffi_universe: '^0.0.0' + server_universe: '^0.0.34' + ffi_universe: '^0.0.1' screenshots: - description: 'Telegram Logo' path: 'assets/telegram.png' diff --git a/package/telegram_client_android/pubspec.yaml b/package/telegram_client_android/pubspec.yaml index 7bf70a24..965f431b 100644 --- a/package/telegram_client_android/pubspec.yaml +++ b/package/telegram_client_android/pubspec.yaml @@ -31,7 +31,7 @@ dev_dependencies: flutter_test: sdk: 'flutter' flutter_lints: '^5.0.0' - general_lib: '^0.0.59' + general_lib: '^0.0.61' flutter: plugin: platforms: diff --git a/package/telegram_client_linux/pubspec.yaml b/package/telegram_client_linux/pubspec.yaml index 8c0ca872..1662c6b6 100644 --- a/package/telegram_client_linux/pubspec.yaml +++ b/package/telegram_client_linux/pubspec.yaml @@ -27,7 +27,7 @@ dev_dependencies: flutter_test: sdk: 'flutter' flutter_lints: '^5.0.0' - general_lib: '^0.0.59' + general_lib: '^0.0.61' flutter: plugin: platforms: diff --git a/pubspec.yaml b/pubspec.yaml index bb85d697..b502febd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -24,10 +24,10 @@ topics: environment: sdk: '>=3.6.0 <4.0.0' dependencies: - general_lib: '^0.0.59' + general_lib: '^0.0.61' http: '^1.2.2' mason_logger: '^0.3.1' - packagex: '^0.0.83' + packagex: '^0.0.84' path: '^1.9.0' universal_io: '^2.2.2' yaml: '^3.1.3' diff --git a/telegram_client_documentation/pubspec.yaml b/telegram_client_documentation/pubspec.yaml index 686da805..3d490d59 100644 --- a/telegram_client_documentation/pubspec.yaml +++ b/telegram_client_documentation/pubspec.yaml @@ -12,7 +12,7 @@ dependencies: sdk: 'flutter' cupertino_icons: '^1.0.6' path: '^1.9.0' - general_lib: '^0.0.59' + general_lib: '^0.0.61' general_lib_flutter: '^0.0.40' documentation: '^0.0.2' dev_dependencies: