Refactor(minSdk): Upgrade minSdk from 21 to 24

This commit is contained in:
2024-10-11 09:43:54 +08:00
parent 3979027471
commit cd97f6156f
9 changed files with 17 additions and 43 deletions

View File

@@ -35,12 +35,12 @@ plugins {
android {
namespace = "top.fatweb.oxygen.toolbox"
compileSdk = 34
compileSdk = 35
defaultConfig {
applicationId = "top.fatweb.oxygen.toolbox"
minSdk = 21
targetSdk = 34
minSdk = 24
targetSdk = 35
versionCode = baseVersionCode
versionName = "$baseVersionName${
if (baseVersionCode % 100 != 0) ".${