Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
committed Jan 16, 2025
1 parent 0cad2df commit bef59ac
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 13 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/build-tdlib-android.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Android
name: Build Tdlib Android AZKADEV TELEGRAM CLIENT

on:
push:
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Empty file.
5 changes: 5 additions & 0 deletions package/telegram_client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.8.36

- New Version 0.8.36


## 0.8.35

- New Version 0.8.35
Expand Down
10 changes: 5 additions & 5 deletions package/telegram_client/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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'
Expand Down Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion package/telegram_client_android/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion package/telegram_client_linux/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion telegram_client_documentation/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bef59ac

Please sign in to comment.