mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat(build-logic): modularize build-logic & update dependencies (#3110)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
parent
91da327e16
commit
22a5521b9d
21 changed files with 255 additions and 282 deletions
|
|
@ -17,10 +17,8 @@
|
|||
|
||||
plugins {
|
||||
alias(libs.plugins.meshtastic.android.library)
|
||||
alias(libs.plugins.meshtastic.android.lint)
|
||||
alias(libs.plugins.meshtastic.hilt)
|
||||
alias(libs.plugins.kotlin.serialization)
|
||||
alias(libs.plugins.spotless)
|
||||
alias(libs.plugins.dokka)
|
||||
alias(libs.plugins.kover)
|
||||
alias(libs.plugins.protobuf)
|
||||
|
|
@ -28,14 +26,9 @@ plugins {
|
|||
|
||||
android {
|
||||
buildFeatures { buildConfig = true }
|
||||
compileSdk = 36
|
||||
defaultConfig { minSdk = 26 }
|
||||
|
||||
namespace = "com.geeksville.mesh.network"
|
||||
}
|
||||
|
||||
kotlin { jvmToolchain(21) }
|
||||
|
||||
dependencies {
|
||||
implementation(libs.bundles.retrofit)
|
||||
implementation(libs.bundles.coil)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue