[#1552] Update NDK version
- To version 26.1.10909125 - Closes #1552 - Changelog update
This commit is contained in:
parent
66458a221a
commit
b9a9477afb
|
@ -6,6 +6,9 @@ and this application adheres to [Semantic Versioning](https://semver.org/spec/v2
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## Changed
|
||||||
|
- Android NDK version has been bumped to 26.1.10909125
|
||||||
|
|
||||||
## Fixed
|
## Fixed
|
||||||
- The app screenshot testing has been re-enabled after we moved away from AppCompat components
|
- The app screenshot testing has been re-enabled after we moved away from AppCompat components
|
||||||
|
|
||||||
|
|
|
@ -142,7 +142,7 @@ ANDROID_MIN_SDK_VERSION=27
|
||||||
ANDROID_TARGET_SDK_VERSION=34
|
ANDROID_TARGET_SDK_VERSION=34
|
||||||
ANDROID_COMPILE_SDK_VERSION=34
|
ANDROID_COMPILE_SDK_VERSION=34
|
||||||
|
|
||||||
ANDROID_NDK_VERSION=23.0.7599858
|
ANDROID_NDK_VERSION=26.1.10909125
|
||||||
|
|
||||||
ANDROID_GRADLE_PLUGIN_VERSION=8.5.0
|
ANDROID_GRADLE_PLUGIN_VERSION=8.5.0
|
||||||
DETEKT_VERSION=1.23.6
|
DETEKT_VERSION=1.23.6
|
||||||
|
|
Loading…
Reference in New Issue