mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat(deps): Remove temporary kotlinx-metadata-jvm dependency (#4453)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
parent
67120465da
commit
451b2343b7
3 changed files with 5 additions and 5 deletions
|
|
@ -187,7 +187,11 @@ androidComponents {
|
|||
}
|
||||
}
|
||||
|
||||
project.afterEvaluate { logger.lifecycle("Version code is set to: ${extensions.getByType<ApplicationExtension>().defaultConfig.versionCode}") }
|
||||
project.afterEvaluate {
|
||||
logger.lifecycle(
|
||||
"Version code is set to: ${extensions.getByType<ApplicationExtension>().defaultConfig.versionCode}",
|
||||
)
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(projects.core.analytics)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue