mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-13 19:37:00 +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
|
||||
|
|
5
android/version.properties
Normal file
5
android/version.properties
Normal file
|
@ -0,0 +1,5 @@
|
|||
#
|
||||
# This file was automatically generated by 'versioning-plugin'. DO NOT EDIT MANUALLY.
|
||||
#
|
||||
versioning-plugin.versionCode=10000
|
||||
versioning-plugin.versionName=1.0.0
|
Loading…
Add table
Add a link
Reference in a new issue