This commit is contained in:
LoveSy 2023-02-14 11:21:35 +08:00
parent ca71f12b84
commit 0504f174b5
No known key found for this signature in database

View File

@ -4,14 +4,14 @@ plugins {
android { android {
compileSdkVersion 33 compileSdkVersion 33
buildToolsVersion "30.0.3" buildToolsVersion "33.0.1"
defaultConfig { defaultConfig {
applicationId "io.github.lsposed.disableflagsecure" applicationId "io.github.lsposed.disableflagsecure"
minSdkVersion 24 minSdkVersion 24
targetSdkVersion 33 targetSdkVersion 33
versionCode 2 versionCode 3
versionName "1.0.1" versionName "2.0.0"
} }
buildTypes { buildTypes {