Added checkout and mandate profile

This commit is contained in:
Jeevan Prasad
2025-07-03 19:02:40 +05:30
parent 917fee86de
commit e68ddd7133
491 changed files with 2336 additions and 30039 deletions
@@ -1,24 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.androidbuts.multispinnerfilter.test" >
<uses-sdk
android:minSdkVersion="24"
android:targetSdkVersion="35" />
<instrumentation
android:name="android.test.InstrumentationTestRunner"
android:functionalTest="false"
android:handleProfiling="false"
android:label="Tests for com.androidbuts.multispinnerfilter.test"
android:targetPackage="com.androidbuts.multispinnerfilter.test" />
<application
android:allowBackup="true"
android:appComponentFactory="androidx.core.app.CoreComponentFactory"
android:debuggable="true"
android:extractNativeLibs="false" >
<uses-library android:name="android.test.runner" />
</application>
</manifest>