Skip to content

Commit 52eadc7

Browse files
committed
Update paths to be compatible with Tabris.js 3.0
Tabris.js 3.0 is based on cordova-android 7.x which uses a different internal folder structure.
1 parent 19a7771 commit 52eadc7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

example/cordova/config.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
</plugin>
1414

1515
<platform name="android">
16-
<hook type="after_prepare" src="scripts/android/copy-resources.js" />
16+
<resource-file src="res/android/drawable-xhdpi/ic_stat_trend.png"
17+
target="app/src/main/res/drawable-xhdpi/ic_stat_trend.png" />
18+
<resource-file src="res/android/values/firebase_themes.xml"
19+
target="app/src/main/res/values/firebase_themes.xml" />
1720
<preference name="Theme" value="@style/Theme.Firebase" />
1821
</platform>
1922

0 commit comments

Comments
 (0)