Skip to content

Commit

Permalink
Merge pull request #71 from diegovallarta/fix/android_fonts
Browse files Browse the repository at this point in the history
updated target dir for fonts under cordova android 7.0.0 new scaffolding
  • Loading branch information
EddyVerbruggen authored Mar 30, 2018
2 parents 626205c + 921e67c commit 7ab53b9
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 @@ -48,8 +48,8 @@
<source-file src="src/android/res/values/font_awesome.xml" target-dir="res/values" />
<source-file src="src/android/res/drawable/cursor.xml" target-dir="res/drawable" />

<source-file src="src/android/assets/fonts/fontawesome-webfont.ttf" target-dir="assets/fonts" />
<source-file src="src/android/assets/fonts/ionicons.ttf" target-dir="assets/fonts" />
<source-file src="src/android/assets/fonts/fontawesome-webfont.ttf" target-dir="app/src/main/assets/fonts" />
<source-file src="src/android/assets/fonts/ionicons.ttf" target-dir="app/src/main/assets/fonts" />

<source-file src="src/android/res/values/nativekeyboard.xml" target-dir="res/values" />
<config-file target="res/values/nativekeyboard.xml" parent="/*">
Expand Down

0 comments on commit 7ab53b9

Please sign in to comment.