TP-75788 | Alfred Version Bump

This commit is contained in:
yashmantri
2024-09-05 16:29:33 +05:30
parent 97fa5afbef
commit 0d092a790d
3 changed files with 2 additions and 3 deletions

View File

@@ -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"))

View File

@@ -48,7 +48,6 @@
android:allowBackup="false"
android:largeHeap="true"
android:requestLegacyExternalStorage="true"
android:extractNativeLibs="true"
android:theme="@style/AppTheme">
<meta-data
android:name="com.supersami.foregroundservice.notification_channel_name"

View File

@@ -4,7 +4,7 @@ buildscript {
ext {
kotlinVersion = '1.6.21'
buildToolsVersion = "31.0.0"
minSdkVersion = 23
minSdkVersion = 21
compileSdkVersion = 33
targetSdkVersion = 33
googlePlayServicesAuthVersion = "19.2.0"