Skip to content

Commit c8e6963

Browse files
committed
fix(android): dont include appCompat to try and prevent users issues
1 parent d8101b8 commit c8e6963

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11

22
dependencies {
3-
4-
def androidXAppCompatVersion = project.hasProperty("androidXAppCompat") ? project.androidXAppCompat : "1.3.1"
5-
implementation "androidx.appcompat:appcompat:$androidXAppCompatVersion"
6-
73
def lottieVersion = project.hasProperty("lottieVersion") ? project.lottieVersion : "4.2.+"
8-
implementation "com.airbnb.android:lottie:$lottieVersion"
4+
implementation "com.airbnb.android:lottie:$lottieVersion"
95
}

0 commit comments

Comments
 (0)