#388 downgraded AGP to avoid release crash on API 19
This commit is contained in:
parent
62178a4cad
commit
dede13ef22
3 changed files with 5 additions and 6 deletions
|
@ -23,6 +23,8 @@ All notable changes to this project will be documented in this file.
|
||||||
- failing scan of items copied to SD card on older devices
|
- failing scan of items copied to SD card on older devices
|
||||||
- unreplaceable covers set before v1.7.1
|
- unreplaceable covers set before v1.7.1
|
||||||
- inconsistent background height for multi-script subtitles
|
- inconsistent background height for multi-script subtitles
|
||||||
|
- launch crash on Android KitKat
|
||||||
|
- ExifInterface: producing invalid WebP files
|
||||||
|
|
||||||
## <a id="v1.7.1"></a>[v1.7.1] - 2022-10-09
|
## <a id="v1.7.1"></a>[v1.7.1] - 2022-10-09
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,8 @@ buildscript {
|
||||||
maven { url 'https://developer.huawei.com/repo/' }
|
maven { url 'https://developer.huawei.com/repo/' }
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:7.3.1'
|
// TODO TLAD upgrade Android Gradle plugin >=7.3 when this is fixed: https://github.com/flutter/flutter/issues/115100
|
||||||
|
classpath 'com.android.tools.build:gradle:7.2.2'
|
||||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||||
// GMS & Firebase Crashlytics (used by some flavors only)
|
// GMS & Firebase Crashlytics (used by some flavors only)
|
||||||
classpath 'com.google.gms:google-services:4.3.14'
|
classpath 'com.google.gms:google-services:4.3.14'
|
||||||
|
|
|
@ -1,10 +1,6 @@
|
||||||
{
|
{
|
||||||
"el": [
|
"el": [
|
||||||
"editEntryLocationDialogSetCustom",
|
"tagEditorSectionPlaceholders"
|
||||||
"settingsAllowMediaManagement",
|
|
||||||
"tagEditorSectionPlaceholders",
|
|
||||||
"tagPlaceholderCountry",
|
|
||||||
"tagPlaceholderPlace"
|
|
||||||
],
|
],
|
||||||
|
|
||||||
"fa": [
|
"fa": [
|
||||||
|
|
Loading…
Reference in a new issue