Skip to content

Commit

Permalink
[#1552] Update NDK version
Browse files Browse the repository at this point in the history
- To version 26.1.10909125
- Closes #1552
- Changelog update
  • Loading branch information
HonzaR authored Aug 12, 2024
1 parent 66458a2 commit b9a9477
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this application adheres to [Semantic Versioning](https://semver.org/spec/v2

## [Unreleased]

## Changed
- Android NDK version has been bumped to 26.1.10909125

## Fixed
- The app screenshot testing has been re-enabled after we moved away from AppCompat components

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ ANDROID_MIN_SDK_VERSION=27
ANDROID_TARGET_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
DETEKT_VERSION=1.23.6
Expand Down

0 comments on commit b9a9477

Please sign in to comment.