Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
￴￴ committed Oct 29, 2024
1 parent 55f16a5 commit 1b1c5a7
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-tdlib-cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package/telegram_client/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
22 changes: 21 additions & 1 deletion package/telegram_client_android/.pubignore
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
!libtdjson.so
!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/
Empty file.
Empty file.
Empty file.
Empty file.
2 changes: 1 addition & 1 deletion package/telegram_client_android/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion package/telegram_client_linux/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 1b1c5a7

Please sign in to comment.