This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from c4dt/release-candidate
Release candidate for the updated version (to Android SDK 34)
- Loading branch information
Showing
8 changed files
with
59 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
- 2023-10-25 - v0.4.4 | ||
- using release v0.4.6 of lightarti-rest | ||
- updated to Android SDK 34 | ||
- pinned Android NDK 25 (cf. https://github.com/bbqsrc/cargo-ndk/issues/94) | ||
- disabled file system permission check | ||
- 2022-08-19 - v0.4.3 | ||
- using release v0.4.3 of lightarti-rest | ||
- updating to latest gradle libraries |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule rust
updated
13 files
+6 −0 | .github/workflows/ios-release.yaml | |
+0 −3 | .github/workflows/lint-build-test.yaml | |
+3 −0 | .gitignore | |
+14 −0 | CHANGELOG.md | |
+1,463 −598 | Cargo.lock | |
+14 −12 | Cargo.toml | |
+15 −0 | README.md | |
+16 −0 | build.rs | |
+41 −8 | ios/build_xcf.sh | |
+2 −2 | src/ffi/android.rs | |
+8 −3 | src/ffi/android/conv.rs | |
+7 −1 | src/flatfiledirmgr.rs | |
+77 −66 | tests/client.rs |