fix(mobile): android icons loading issue
This commit is contained in:
3
.github/workflows/mobile.release.test.yml
vendored
3
.github/workflows/mobile.release.test.yml
vendored
@@ -1,6 +1,9 @@
|
|||||||
name: Mobile TestFlight
|
name: Mobile TestFlight
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
|
tags:
|
||||||
|
- '*standardnotes/mobile*'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
@@ -219,9 +219,7 @@ android {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
sourceSets {
|
sourceSets.main.assets.srcDirs += ['src/main/assets', '../../html']
|
||||||
main { assets.srcDirs = ['src/main/assets', '../../html'] }
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|||||||
Reference in New Issue
Block a user