From 78f65349d597a2d3b251323f1ea4def77c4993d4 Mon Sep 17 00:00:00 2001 From: Taco Date: Sat, 1 Apr 2023 17:16:53 -0400 Subject: Update AGP to 7.4.0 (#5655) --- app/build.gradle | 12 ++++-------- app/src/main/AndroidManifest.xml | 12 +++++++++--- 2 files changed, 13 insertions(+), 11 deletions(-) (limited to 'app') diff --git a/app/build.gradle b/app/build.gradle index 47e7a550a..9c6edb45b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,6 +1,6 @@ plugins { id('com.android.application') - id('com.github.triplet.play') version '3.7.0-agp4.2' apply false + id('com.github.triplet.play') version '3.7.0' apply false } apply from: "../common.gradle" apply from: "../playFlavor.gradle" @@ -56,23 +56,19 @@ android { } } - lintOptions { + lint { disable 'ObsoleteLintCustomCheck', 'CheckResult', 'UnusedAttribute', 'BatteryLife', 'InflateParams', 'RestrictedApi', 'TrustAllX509TrustManager', 'ExportedReceiver', 'AllowBackup', 'VectorDrawableCompat', 'StaticFieldLeak', 'UseCompoundDrawables', 'NestedWeights', 'Overdraw', 'UselessParent', 'TextFields', 'AlwaysShowAction', 'Autofill', 'ClickableViewAccessibility', 'ContentDescription', 'KeyboardInaccessibleWidget', 'LabelFor', 'SetTextI18n', 'HardcodedText', 'RelativeOverlap', 'RtlCompat', 'RtlHardcoded', 'MissingMediaBrowserServiceIntentFilter', 'VectorPath', - 'InvalidPeriodicWorkRequestInterval' + 'InvalidPeriodicWorkRequestInterval', 'NotifyDataSetChanged', 'RtlEnabled' } - aaptOptions { + androidResources { additionalParameters "--no-version-vectors" } - - dexOptions { - jumboMode true - } } dependencies { diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index d784e8709..a1b596d6c 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -76,7 +76,6 @@ @@ -99,7 +98,6 @@ android:configChanges="keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|density|uiMode|keyboard|navigation" android:windowSoftInputMode="stateAlwaysHidden" android:launchMode="singleTask" - android:label="@string/app_name" android:exported="true"> @@ -111,14 +109,21 @@ android:host="antennapod.org" android:pathPrefix="/deeplink/main" android:scheme="https" /> + + + + + + + - + @@ -382,6 +387,7 @@ -- cgit v1.2.3