feat: support API 21 with compat

This commit is contained in:
TwistedUmbrellaX 2024-03-17 14:32:24 -04:00
parent c033bb0445
commit a8ad018c44
5 changed files with 35 additions and 20 deletions

View file

@ -11,7 +11,7 @@ android {
defaultConfig {
applicationId "ani.dantotsu"
minSdk 23
minSdk 21
targetSdk 34
versionCode((System.currentTimeMillis() / 60000).toInteger())
versionName "2.2.0"