Skip to content

Commit

Permalink
fix Android AppCompat version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hung Huynh committed Oct 1, 2021
1 parent 5aae6b6 commit fbc5ced
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</config-file>
<source-file src="src/android/xml/file_paths.xml" target-dir="res/xml"/>

<framework src="androidx.appcompat:appcompat:+" />
<framework src="androidx.appcompat:appcompat:1.3.1" />

</platform>
</plugin>
</plugin>

0 comments on commit fbc5ced

Please sign in to comment.