Skip to content

Commit

Permalink
build(deps): downgrade problematic dep
Browse files Browse the repository at this point in the history
  • Loading branch information
timbru31 committed Dec 7, 2021
1 parent 9ef0a33 commit ec506cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@

<framework src="com.airbnb.android:lottie:4.2.1" />
<framework src="androidx.annotation:annotation:1.3.0" />
<framework src="androidx.appcompat:appcompat:1.4.0" />
<!-- v1.4.0 requires SDK 31 -->
<framework src="androidx.appcompat:appcompat:1.3.0" />
</platform>

<platform name="ios">
Expand Down

0 comments on commit ec506cf

Please sign in to comment.