Skip to content

Commit

Permalink
v 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
i-Naji committed Aug 13, 2023
1 parent 4c26d6c commit 781d10e
Show file tree
Hide file tree
Showing 1,210 changed files with 56,754 additions and 26,474 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.6.0
* Update Flutter version
* Update tdlib api to **1.8.15**
* Fix web plugin registration
* Compatible android plugin for Flutter v3

## 1.5.9
* Support null safety
* Add Support for IOS, macOs, Windows and Web.
Expand Down
1 change: 1 addition & 0 deletions android/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
.DS_Store
/build
/captures
.cxx
/.externalNativeBuild/
13 changes: 6 additions & 7 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.3.0'
classpath 'com.android.tools.build:gradle:7.3.0'
}
}

Expand All @@ -24,16 +24,15 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion 31

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}

defaultConfig {
minSdkVersion 16
ndk {
abiFilters 'armeabi-v7a','arm64-v8a','x86','x86_64'
}
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}

}
Binary file modified android/src/main/jniLibs/arm64-v8a/libtdjson.so
Binary file not shown.
Binary file modified android/src/main/jniLibs/armeabi-v7a/libtdjson.so
Binary file not shown.
Binary file modified android/src/main/jniLibs/x86/libtdjson.so
Binary file not shown.
Binary file modified android/src/main/jniLibs/x86_64/libtdjson.so
Binary file not shown.
2 changes: 1 addition & 1 deletion data/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[TDLib](https://github.com/tdlib/td) Api Scheme File : https://github.com/tdlib/td/blob/789b9c0a554d779945db027fd2612909c676345f/td/generate/scheme/td_api.tl
[TDLib](https://github.com/tdlib/td) Api Scheme File : https://github.com/tdlib/td/blob/8e1a7dbac29cea82292f33d6c11c43e13ffcf658/td/generate/scheme/td_api.tl
4,915 changes: 3,926 additions & 989 deletions data/td_api.tl

Large diffs are not rendered by default.

Binary file not shown.
45 changes: 21 additions & 24 deletions data/web_pkg/2.tdlib.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/web_pkg/3.tdlib.js

Large diffs are not rendered by default.

Binary file removed data/web_pkg/64fd0252ac086d3489b929533cc274bc.wasm
Binary file not shown.
Binary file added data/web_pkg/8f753c8e6457d3cb854fc5e8dd3049a7.mem
Binary file not shown.
Binary file removed data/web_pkg/b5dffc7d6e2ecedbd2e349d1e4231900.mem
Binary file not shown.
Loading

0 comments on commit 781d10e

Please sign in to comment.