Rename plugin for consistency
This commit is contained in:
parent
28472554af
commit
fab7a8e6a6
4 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
plugins {
|
||||
id("thunderbird.app.android.default")
|
||||
id("thunderbird.app.android")
|
||||
}
|
||||
|
||||
if (rootProject.testCoverage) {
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
object ThunderbirdPlugins {
|
||||
|
||||
object App {
|
||||
const val android = "thunderbird.app.android"
|
||||
const val androidCompose = "thunderbird.app.android.compose"
|
||||
}
|
||||
object Library {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
plugins {
|
||||
id("thunderbird.app.android.default")
|
||||
id("thunderbird.app.android")
|
||||
}
|
||||
|
||||
android {
|
||||
|
|
Loading…
Reference in a new issue