diff --git a/android/app/build.gradle b/android/app/build.gradle index 1916e2be..63d631e1 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -144,7 +144,7 @@ android { defaultConfig { applicationId "com.avapp" - minSdkVersion rootProject.ext.minSdkVersion + minSdkVersion 23 targetSdkVersion rootProject.ext.targetSdkVersion versionCode VERSION_CODE versionName VERSION_NAME @@ -317,7 +317,9 @@ dependencies { implementation "com.github.anrwatchdog:anrwatchdog:1.4.0" implementation 'com.google.android.gms:play-services-location:21.3.0' - implementation 'com.navi.android:alfred:1.1.1' + implementation 'com.navi.android:alfred:1.12.0' + implementation 'androidx.constraintlayout:constraintlayout:2.1.4' + implementation 'com.squareup.retrofit2:converter-gson:2.9.0' implementation(platform("com.google.firebase:firebase-bom:32.2.3")) implementation("com.google.firebase:firebase-config-ktx") implementation("com.google.firebase:firebase-analytics-ktx") diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 6d0d0dee..2a753da0 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -48,6 +48,7 @@ android:allowBackup="false" android:largeHeap="true" android:requestLegacyExternalStorage="true" + android:extractNativeLibs="true" android:theme="@style/AppTheme"> item[index]; export const ESTIMATED_ITEM_SIZE = 250; // Average height of List item @@ -463,6 +464,7 @@ const CasesList: React.FC = ({ closeFilterModal={() => { setShowFilterModal((prev) => !prev); firePageLoadEvent(); + clearBottomSheet(); }} isVisitPlan={isVisitPlan} isAgentDashboard={isAgentDashboard}