@@ -5,12 +5,12 @@ plugins {
android {
namespace 'com.develop.skin_support'
- compileSdk 33
+ compileSdk 31
defaultConfig {
applicationId "com.develop.skin_support"
- minSdk 24
- targetSdk 33
+ minSdk 21
+ targetSdk 30
versionCode 1
versionName "1.0"
}