Updated NDK

This commit is contained in:
M66B 2022-08-11 08:00:42 +02:00
parent b0eafb0281
commit 6537bd8873
4 changed files with 5 additions and 1 deletions

View File

@ -9,6 +9,7 @@
* Extended unread shadow
* Updated AndroidX
* Small improvements and minor bug fixes
* Updated build tools (NDK)
* Updated translations
### 1.1947 - 2022-08-09

View File

@ -41,9 +41,10 @@ android {
vectorDrawables.useSupportLibrary = true
// https://developer.android.com/ndk/downloads
ndkVersion "23.2.8568313" // r23c
ndkVersion "25.0.8775105" // r25
ndk {
// Bugsnag, sqlite
// https://developer.android.com/ndk/guides/abis
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}
}

View File

@ -9,6 +9,7 @@
* Extended unread shadow
* Updated AndroidX
* Small improvements and minor bug fixes
* Updated build tools (NDK)
* Updated translations
### 1.1947 - 2022-08-09

View File

@ -9,6 +9,7 @@ Next version
* Extended unread shadow
* Updated AndroidX
* Small improvements and minor bug fixes
* Updated build tools (NDK)
* Updated translations
1.1947 - 2022-08-09