This repository has been archived by the owner on Aug 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
CHANGELOG
63 lines (47 loc) · 1.59 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.16] - 2021-10-02
* Fixes wrong path to NDK headers in sample sources.
## [1.0.15] - 2021-09-17
* Gradle and Android Studio compatibility upgrade.
## [1.0.14] - 2021-05-12
* Updated to use Swift 5.4.
## [1.0.13] - 2021-05-08
* Updated to use NDK 21.4.7075529.
## [1.0.12] - 2020-12-18
* Updated to use "Protocol buffers" for Swift <-> Java communication.
## [1.0.11] - 2020-11-27
* Removed Ruby dependency.
## [1.0.10] - 2020-11-25
* Switched to NDK 21.3.6528147
## [1.0.9] - 2020-06-06
### Changed
* Gradle and dependencies update.
## [1.0.8] - 2020-03-26
### Changed
* Gradle and dependencies update.
## [1.0.7] - 2019-08-19
### Changed
* Updated compiler settings to fit recent changes in Swift.
## [1.0.6] - 2019-08-12
### Changed
- Monolithic APK split on smaller per-architecture parts.
- Changed location of JNILibs.
### Added
- Environment variables to allow Swift networking to function without errors.
## [1.0.5] - 2019-08-09
### Changed
- Sample projects moved to Toolchain repository.
### Added
- Sample iOS Project which uses same Swift Package.
## [1.0.4] - 2019-08-08
### Changed
* Demo application builder now uses Swift Package Manager.
## [1.0.3] - 2019-08-04
### Fixed
* Corrected outdated Readme files.
## [1.0.2] - 2019-07-16
### Changed
* Android Studio project now builds Swift sources using custom Gradle task instead of CMake build.