This commit is contained in:
upendrakushwaha1991
2021-08-23 00:18:21 -07:00
parent 8aeaf1eb7e
commit a6f3a3b931
137 changed files with 10021 additions and 0 deletions
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.androidbuts.multispinnerfilter"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="20"
android:targetSdkVersion="29" />
<application android:allowBackup="true" >
</application>
</manifest>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.androidbuts.multispinnerfilter"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="20"
android:targetSdkVersion="29" />
<application android:allowBackup="true" >
</application>
</manifest>