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