Implemented for Haleon-EGYPT and implemented upgrade SDK PD

This commit is contained in:
Jeevan Prasad
2025-06-16 18:08:58 +05:30
parent e3dd446623
commit 6f260fd0b0
190 changed files with 1763 additions and 6830 deletions
+6 -7
View File
@@ -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'
}