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 ea12d85 commit ee1da5bCopy full SHA for ee1da5b
plugin/platforms/android/include.gradle
@@ -1,5 +1,7 @@
1
2
dependencies {
3
+ def androidXAppCompatVersion = project.hasProperty("androidXAppCompat") ? project.androidXAppCompat : "1.3.1"
4
+ implementation "androidx.appcompat:appcompat:$androidXAppCompatVersion"
5
def lottieVersion = project.hasProperty("lottieVersion") ? project.lottieVersion : "4.2.+"
6
implementation "com.airbnb.android:lottie:$lottieVersion"
7
}
0 commit comments