mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
chore(ci): Optimize and stabilize Gradle builds and CI workflows (#4390)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
parent
152099c7e9
commit
3659f468e4
29 changed files with 236 additions and 131 deletions
|
|
@ -23,6 +23,8 @@ plugins {
|
|||
kotlin {
|
||||
@Suppress("UnstableApiUsage")
|
||||
android { androidResources.enable = true }
|
||||
|
||||
sourceSets { commonTest.dependencies { implementation(kotlin("test")) } }
|
||||
}
|
||||
|
||||
compose.resources {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue