Fix Javascript issue.

This commit is contained in:
Benoit Marty
2025-11-17 17:30:39 +01:00
parent 8a0bada50c
commit 6dd008948b
3 changed files with 40 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -33,6 +33,7 @@ echo "Copying files from tokens repository..."
rm -R ../libraries/compound/src/main/res/drawable
cp -R compound-design-tokens/assets/android/res/drawable ../libraries/compound/src/main/res/
cp -R compound-design-tokens/assets/android/src/* ../libraries/compound/src/main/kotlin/io/element/android/compound/tokens/generated/
cp -R compound-design-tokens/assets/android/res/theme.iife.js ../libraries/compound/src/main/assets/theme.iife.js
popd
echo "Adding autoMirrored attribute..."