ksa_uae changes

This commit is contained in:
2026-03-28 18:19:48 +05:30
parent c22ceebc17
commit 325b565b00
340 changed files with 4862 additions and 12096 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(34)
}
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'
}