From 0d092a790d667dcd21701a26dcd108907ed5b57f Mon Sep 17 00:00:00 2001 From: yashmantri Date: Thu, 5 Sep 2024 16:29:33 +0530 Subject: [PATCH] TP-75788 | Alfred Version Bump --- android/app/build.gradle | 2 +- android/app/src/main/AndroidManifest.xml | 1 - android/build.gradle | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 62d279cd..3cffdc5a 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -317,7 +317,7 @@ 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.12.0' + implementation 'com.navi.android:alfred:1.15.0-20240905.065147-1' 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")) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 2a753da0..6d0d0dee 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -48,7 +48,6 @@ android:allowBackup="false" android:largeHeap="true" android:requestLegacyExternalStorage="true" - android:extractNativeLibs="true" android:theme="@style/AppTheme">