Updated NDK

pull/209/head
M66B 2 years ago
parent b0eafb0281
commit 6537bd8873

@ -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…
Cancel
Save