mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-25 10:37:51 +02:00
Revert "Require Android 8+"
This reverts commit 64c50c1283
.
Forgot we need to manage app update checks manually...
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
object AndroidConfig {
|
||||
const val compileSdk = 34
|
||||
const val minSdk = 26
|
||||
const val minSdk = 23
|
||||
const val targetSdk = 29
|
||||
const val ndk = "22.1.7171670"
|
||||
}
|
||||
|
Reference in New Issue
Block a user