mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-20 03:39:19 +01:00
Set compile sdk to Android S
This commit is contained in:
parent
bb40a391b3
commit
34fe1e44e5
@ -93,7 +93,7 @@ object LegacyPluginClassPath {
|
||||
}
|
||||
|
||||
object AndroidVersions {
|
||||
const val compileSdk = 30
|
||||
const val compileSdk = "android-S"
|
||||
const val minSdk = 23
|
||||
const val targetSdk = 30
|
||||
const val versionCode = 77
|
||||
|
Loading…
Reference in New Issue
Block a user