We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e0f7b0 commit 0f866acCopy full SHA for 0f866ac
plugin/platforms/android/include.gradle
@@ -1,7 +1,7 @@
1
2
dependencies {
3
- def androidxVersion = project.hasProperty("androidxVersion") ? project.androidxVersion : "1.1.0"
4
- implementation("androidx.appcompat:appcompat:$androidxVersion") {
+ def androidXAppCompat = project.hasProperty("androidXAppCompat") ? project.androidXAppCompat : "1.1.0"
+ implementation("androidx.appcompat:appcompat:$androidXAppCompat") {
5
exclude group: 'androidx.fragment'
6
}
7
def lottieVersion = project.hasProperty("lottieVersion") ? project.lottieVersion : "3.+"
0 commit comments