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
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*standardnotes/mobile*'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -219,9 +219,7 @@ android {
|
||||
}
|
||||
}
|
||||
}
|
||||
sourceSets {
|
||||
main { assets.srcDirs = ['src/main/assets', '../../html'] }
|
||||
}
|
||||
sourceSets.main.assets.srcDirs += ['src/main/assets', '../../html']
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
Reference in New Issue
Block a user