revert agp 8
This commit is contained in:
parent
b1920dbe1c
commit
a4e5748ced
6 changed files with 15 additions and 13 deletions
|
@ -232,6 +232,8 @@ dependencies {
|
||||||
// huawei flavor only
|
// huawei flavor only
|
||||||
huaweiImplementation "com.huawei.agconnect:agconnect-core:$huawei_agconnect_version"
|
huaweiImplementation "com.huawei.agconnect:agconnect-core:$huawei_agconnect_version"
|
||||||
|
|
||||||
|
testImplementation "org.junit.jupiter:junit-jupiter-engine:5.9.2"
|
||||||
|
|
||||||
kapt 'androidx.annotation:annotation:1.6.0'
|
kapt 'androidx.annotation:annotation:1.6.0'
|
||||||
kapt "com.github.bumptech.glide:compiler:$glide_version"
|
kapt "com.github.bumptech.glide:compiler:$glide_version"
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,10 @@
|
||||||
buildscript {
|
buildscript {
|
||||||
ext {
|
ext {
|
||||||
kotlin_version = '1.8.21'
|
kotlin_version = '1.8.21'
|
||||||
agp_version = '8.0.1'
|
agp_version = '7.4.2'
|
||||||
glide_version = '4.15.1'
|
glide_version = '4.15.1'
|
||||||
|
// AppGallery Connect plugin versions: https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-sdk-changenotes-0000001058732550
|
||||||
|
// TODO TLAD AppGallery Connect plugin v1.8.1.300 does not support Gradle 8+
|
||||||
huawei_agconnect_version = '1.8.0.300'
|
huawei_agconnect_version = '1.8.0.300'
|
||||||
abiCodes = ['armeabi-v7a': 1, 'arm64-v8a': 2, 'x86': 3, 'x86_64': 4]
|
abiCodes = ['armeabi-v7a': 1, 'arm64-v8a': 2, 'x86': 3, 'x86_64': 4]
|
||||||
useCrashlytics = gradle.startParameter.taskNames.any { task -> task.containsIgnoreCase("play") }
|
useCrashlytics = gradle.startParameter.taskNames.any { task -> task.containsIgnoreCase("play") }
|
||||||
|
|
|
@ -15,6 +15,6 @@ android.useAndroidX=true
|
||||||
android.enableJetifier=true
|
android.enableJetifier=true
|
||||||
# Kotlin code style for this project: "official" or "obsolete":
|
# Kotlin code style for this project: "official" or "obsolete":
|
||||||
kotlin.code.style=official
|
kotlin.code.style=official
|
||||||
android.defaults.buildfeatures.buildconfig=true
|
#android.defaults.buildfeatures.buildconfig=true
|
||||||
android.nonTransitiveRClass=false
|
#android.nonTransitiveRClass=false
|
||||||
android.nonFinalResIds=false
|
#android.nonFinalResIds=false
|
||||||
|
|
|
@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-all.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip
|
||||||
|
|
|
@ -407,9 +407,9 @@ packages:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "."
|
path: "."
|
||||||
ref: kotlin-jvm-target
|
ref: main
|
||||||
resolved-ref: "4781520e090c3a104e2478cfe8e8cb97235341ec"
|
resolved-ref: b073419d48f099b5855816a7c6e04d397b1f1c37
|
||||||
url: "https://github.com/deckerst/floating.git"
|
url: "https://github.com/wrbl606/floating.git"
|
||||||
source: git
|
source: git
|
||||||
version: "2.0.0"
|
version: "2.0.0"
|
||||||
fluster:
|
fluster:
|
||||||
|
|
|
@ -70,11 +70,9 @@ dependencies:
|
||||||
flex_color_picker:
|
flex_color_picker:
|
||||||
floating:
|
floating:
|
||||||
git:
|
git:
|
||||||
# url: https://github.com/wrbl606/floating.git
|
url: https://github.com/wrbl606/floating.git
|
||||||
# # v2.0.0 is incompatible with AGP8
|
# v2.0.0 is incompatible with AGP8
|
||||||
# ref: main
|
ref: main
|
||||||
url: https://github.com/deckerst/floating.git
|
|
||||||
ref: kotlin-jvm-target
|
|
||||||
fluster:
|
fluster:
|
||||||
flutter_displaymode:
|
flutter_displaymode:
|
||||||
flutter_highlight:
|
flutter_highlight:
|
||||||
|
|
Loading…
Reference in a new issue