mirror of
https://github.com/mihonapp/mihon.git
synced 2025-10-27 04:17:57 +01:00
Target SDK 30
Need to convert some services into WorkManager jobs before going to 31 and higher.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
object AndroidConfig {
|
||||
const val compileSdk = 34
|
||||
const val minSdk = 23
|
||||
const val targetSdk = 29
|
||||
const val targetSdk = 30
|
||||
const val ndk = "22.1.7171670"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user