Refactor(minSdk): Upgrade minSdk from 21 to 24
This commit is contained in:
@@ -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) ".${
|
||||
|
||||
Reference in New Issue
Block a user