fix(mobile): android icons loading issue

This commit is contained in:
Mo
2022-06-30 10:40:01 -05:00
parent fad80af0ff
commit 98ed6472c0
2 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,9 @@
name: Mobile TestFlight
on:
push:
tags:
- '*standardnotes/mobile*'
workflow_dispatch:
jobs:

View File

@@ -219,9 +219,7 @@ android {
}
}
}
sourceSets {
main { assets.srcDirs = ['src/main/assets', '../../html'] }
}
sourceSets.main.assets.srcDirs += ['src/main/assets', '../../html']
}
dependencies {