mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-25 10:37:51 +02:00
Drop support for Android 5.x
It's 5-6 years old, and only accounts for 2% of users in the Firebase analytics.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
object AndroidConfig {
|
||||
const val compileSdk = 29
|
||||
const val minSdk = 21
|
||||
const val minSdk = 23
|
||||
const val targetSdk = 29
|
||||
const val buildTools = "30.0.3"
|
||||
const val ndk = "22.0.7026061"
|
||||
|
Reference in New Issue
Block a user