Skip to content

Commit ee1da5b

Browse files
committed
fix(android): revert broken change
1 parent ea12d85 commit ee1da5b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11

22
dependencies {
3+
def androidXAppCompatVersion = project.hasProperty("androidXAppCompat") ? project.androidXAppCompat : "1.3.1"
4+
implementation "androidx.appcompat:appcompat:$androidXAppCompatVersion"
35
def lottieVersion = project.hasProperty("lottieVersion") ? project.lottieVersion : "4.2.+"
46
implementation "com.airbnb.android:lottie:$lottieVersion"
57
}

0 commit comments

Comments
 (0)