diff --git a/.github/workflows/build-tdlib-cross.yml b/.github/workflows/build-tdlib-cross.yml index fe176e5f..f1f1adfd 100644 --- a/.github/workflows/build-tdlib-cross.yml +++ b/.github/workflows/build-tdlib-cross.yml @@ -98,7 +98,7 @@ jobs: continue-on-error: true 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 . + 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: Publish Release diff --git a/package/telegram_client/pubspec.yaml b/package/telegram_client/pubspec.yaml index 13502013..7f9e3fe2 100644 --- a/package/telegram_client/pubspec.yaml +++ b/package/telegram_client/pubspec.yaml @@ -35,7 +35,7 @@ dependencies: mason_logger: '^0.3.1' mime: '^1.0.5' general_lib: '^0.0.46' - collection: '>=1.18.0 <=2.1.2' + collection: '^1.18.0' server_universe: '^0.0.22' yaml: '^3.1.2' yaml_writer: '^2.0.0' diff --git a/package/telegram_client_android/.pubignore b/package/telegram_client_android/.pubignore index f6178a14..66e2d473 100644 --- a/package/telegram_client_android/.pubignore +++ b/package/telegram_client_android/.pubignore @@ -1 +1,21 @@ -!libtdjson.so \ No newline at end of file +!libtdjson.so +*.exe +*.deb +*.sqlite-* +*.sqlite +docs/canvaskit +*/canvaskit +.dart_tool/ +build/ +ephemeral/ +/build/ +generate_glx_* +node_modules/ +flutter/ephemeral +android/.gradle +android/flutter/ephemeral +linux/flutter/ephemeral +macos/Flutter/ephemeral +windows/ephemeral +tmp/ +temp/ \ No newline at end of file diff --git a/package/telegram_client_android/android/jniLibs/arm64-v8a/libtdjson.md b/package/telegram_client_android/android/jniLibs/arm64-v8a/libtdjson.md deleted file mode 100644 index e69de29b..00000000 diff --git a/package/telegram_client_android/android/jniLibs/armeabi-v7a/libtdjson.md b/package/telegram_client_android/android/jniLibs/armeabi-v7a/libtdjson.md deleted file mode 100644 index e69de29b..00000000 diff --git a/package/telegram_client_android/android/jniLibs/x86/libtdjson.md b/package/telegram_client_android/android/jniLibs/x86/libtdjson.md deleted file mode 100644 index e69de29b..00000000 diff --git a/package/telegram_client_android/android/jniLibs/x86_64/libtdjson.md b/package/telegram_client_android/android/jniLibs/x86_64/libtdjson.md deleted file mode 100644 index e69de29b..00000000 diff --git a/package/telegram_client_android/pubspec.yaml b/package/telegram_client_android/pubspec.yaml index 9060cb20..38c47c6a 100644 --- a/package/telegram_client_android/pubspec.yaml +++ b/package/telegram_client_android/pubspec.yaml @@ -1,6 +1,6 @@ name: 'telegram_client_android' description: 'Telegram Client Lightweight, blazing and Highly customizable for make application telegram based tdlib, mtproto, or bot api and support server side.' -version: '1.8.36' +version: '1.8.38' homepage: 'https://github.com/azkadev/telegram_client' repository: 'https://github.com/azkadev/telegram_client.git' issue_tracker: 'https://t.me/DEVELOPER_GLOBAL_PUBLIC' diff --git a/package/telegram_client_linux/pubspec.yaml b/package/telegram_client_linux/pubspec.yaml index bb097621..5afddc9c 100644 --- a/package/telegram_client_linux/pubspec.yaml +++ b/package/telegram_client_linux/pubspec.yaml @@ -1,6 +1,6 @@ name: 'telegram_client_linux' description: 'Telegram Client Lightweight, blazing and Highly customizable for make application telegram based tdlib, mtproto, or bot api and support server side.' -version: '1.8.36' +version: '1.8.38' homepage: 'https://github.com/azkadev/telegram_client' repository: 'https://github.com/azkadev/telegram_client.git' issue_tracker: 'https://t.me/DEVELOPER_GLOBAL_PUBLIC'