mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 16:27:06 +05:30
feat(android): switch to versioning plugin
This commit is contained in:
parent
ad0c47786e
commit
8ced9d61d0
2 changed files with 7 additions and 5 deletions
|
@ -5,16 +5,13 @@ plugins {
|
|||
id("dev.msfjarvis.claw.rename-artifacts")
|
||||
id("dev.msfjarvis.claw.kotlin-android")
|
||||
id("dev.msfjarvis.claw.kotlin-kapt")
|
||||
id("dev.msfjarvis.claw.versioning-plugin")
|
||||
alias(libs.plugins.hilt)
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "dev.msfjarvis.claw.android"
|
||||
defaultConfig {
|
||||
applicationId = "dev.msfjarvis.claw.android"
|
||||
versionCode = 1
|
||||
versionName = "1.0"
|
||||
}
|
||||
defaultConfig { applicationId = "dev.msfjarvis.claw.android" }
|
||||
buildFeatures { compose = true }
|
||||
composeOptions {
|
||||
useLiveLiterals = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue