mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
chore(deps): Update NDK to v27.2.12479018
This commit is contained in:
parent
cd8ff6f898
commit
1571678ddb
2 changed files with 4 additions and 1 deletions
|
@ -14,6 +14,9 @@ The format is simplified version of [Keep a Changelog](https://keepachangelog.co
|
||||||
### Fixes
|
### Fixes
|
||||||
- Fix sorting by latest chapter is not working properly
|
- Fix sorting by latest chapter is not working properly
|
||||||
|
|
||||||
|
### Other
|
||||||
|
- Update NDK to v27.2.12479018
|
||||||
|
|
||||||
## [1.9.6]
|
## [1.9.6]
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
|
|
@ -2,5 +2,5 @@ object AndroidConfig {
|
||||||
const val compileSdk = 35
|
const val compileSdk = 35
|
||||||
const val minSdk = 23
|
const val minSdk = 23
|
||||||
const val targetSdk = 35
|
const val targetSdk = 35
|
||||||
const val ndk = "23.1.7779620"
|
const val ndk = "27.2.12479018"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue