chore(deps): Update NDK to v27.2.12479018

This commit is contained in:
Ahmad Ansori Palembani 2024-12-19 10:35:08 +07:00
parent cd8ff6f898
commit 1571678ddb
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
2 changed files with 4 additions and 1 deletions

View file

@ -14,6 +14,9 @@ The format is simplified version of [Keep a Changelog](https://keepachangelog.co
### Fixes
- Fix sorting by latest chapter is not working properly
### Other
- Update NDK to v27.2.12479018
## [1.9.6]
### Fixes

View file

@ -2,5 +2,5 @@ object AndroidConfig {
const val compileSdk = 35
const val minSdk = 23
const val targetSdk = 35
const val ndk = "23.1.7779620"
const val ndk = "27.2.12479018"
}