Implemented for Haleon-EGYPT and implemented upgrade SDK PD
This commit is contained in:
@@ -24,13 +24,11 @@ ext {
|
||||
}
|
||||
|
||||
android {
|
||||
compileSdkVersion 31
|
||||
// buildToolsVersion '28.0.3'
|
||||
namespace("com.androidbuts.multispinnerfilter")
|
||||
compileSdk(35)
|
||||
defaultConfig {
|
||||
minSdkVersion 20
|
||||
targetSdkVersion 29
|
||||
versionCode 1
|
||||
versionName '1.0'
|
||||
minSdkVersion 24
|
||||
targetSdk(35)
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
@@ -38,11 +36,12 @@ android {
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
|
||||
}
|
||||
}
|
||||
|
||||
productFlavors {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.github.rey5137:material:1.2.2'
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user