build: Upgrade build configuration and dependencies (#4311)

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
James Rich 2026-01-25 11:07:07 -06:00 committed by GitHub
parent 140264d438
commit edb5569f5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 21 additions and 18 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2025 Meshtastic LLC
* Copyright (c) 2025-2026 Meshtastic LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -22,7 +22,7 @@ plugins {
kotlin {
@Suppress("UnstableApiUsage")
androidLibrary { androidResources.enable = true }
android { androidResources.enable = true }
}
compose.resources {