mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-10 14:15:15 +00:00
Updated NDK
This commit is contained in:
parent
b0eafb0281
commit
6537bd8873
4 changed files with 5 additions and 1 deletions
|
@ -9,6 +9,7 @@
|
||||||
* Extended unread shadow
|
* Extended unread shadow
|
||||||
* Updated AndroidX
|
* Updated AndroidX
|
||||||
* Small improvements and minor bug fixes
|
* Small improvements and minor bug fixes
|
||||||
|
* Updated build tools (NDK)
|
||||||
* Updated translations
|
* Updated translations
|
||||||
|
|
||||||
### 1.1947 - 2022-08-09
|
### 1.1947 - 2022-08-09
|
||||||
|
|
|
@ -41,9 +41,10 @@ android {
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
|
|
||||||
// https://developer.android.com/ndk/downloads
|
// https://developer.android.com/ndk/downloads
|
||||||
ndkVersion "23.2.8568313" // r23c
|
ndkVersion "25.0.8775105" // r25
|
||||||
ndk {
|
ndk {
|
||||||
// Bugsnag, sqlite
|
// Bugsnag, sqlite
|
||||||
|
// https://developer.android.com/ndk/guides/abis
|
||||||
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
|
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
* Extended unread shadow
|
* Extended unread shadow
|
||||||
* Updated AndroidX
|
* Updated AndroidX
|
||||||
* Small improvements and minor bug fixes
|
* Small improvements and minor bug fixes
|
||||||
|
* Updated build tools (NDK)
|
||||||
* Updated translations
|
* Updated translations
|
||||||
|
|
||||||
### 1.1947 - 2022-08-09
|
### 1.1947 - 2022-08-09
|
||||||
|
|
|
@ -9,6 +9,7 @@ Next version
|
||||||
* Extended unread shadow
|
* Extended unread shadow
|
||||||
* Updated AndroidX
|
* Updated AndroidX
|
||||||
* Small improvements and minor bug fixes
|
* Small improvements and minor bug fixes
|
||||||
|
* Updated build tools (NDK)
|
||||||
* Updated translations
|
* Updated translations
|
||||||
|
|
||||||
1.1947 - 2022-08-09
|
1.1947 - 2022-08-09
|
||||||
|
|
Loading…
Add table
Reference in a new issue