Rename plugin for consistency

This commit is contained in:
Wolf Montwé 2023-02-23 11:16:17 +01:00
parent 28472554af
commit fab7a8e6a6
No known key found for this signature in database
GPG key ID: 6D45B21512ACBF72
4 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,5 @@
plugins {
id("thunderbird.app.android.default")
id("thunderbird.app.android")
}
if (rootProject.testCoverage) {

View file

@ -1,6 +1,7 @@
object ThunderbirdPlugins {
object App {
const val android = "thunderbird.app.android"
const val androidCompose = "thunderbird.app.android.compose"
}
object Library {

View file

@ -1,5 +1,5 @@
plugins {
id("thunderbird.app.android.default")
id("thunderbird.app.android")
}
android {