mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 12:57:04 +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.rename-artifacts")
|
||||||
id("dev.msfjarvis.claw.kotlin-android")
|
id("dev.msfjarvis.claw.kotlin-android")
|
||||||
id("dev.msfjarvis.claw.kotlin-kapt")
|
id("dev.msfjarvis.claw.kotlin-kapt")
|
||||||
|
id("dev.msfjarvis.claw.versioning-plugin")
|
||||||
alias(libs.plugins.hilt)
|
alias(libs.plugins.hilt)
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
namespace = "dev.msfjarvis.claw.android"
|
namespace = "dev.msfjarvis.claw.android"
|
||||||
defaultConfig {
|
defaultConfig { applicationId = "dev.msfjarvis.claw.android" }
|
||||||
applicationId = "dev.msfjarvis.claw.android"
|
|
||||||
versionCode = 1
|
|
||||||
versionName = "1.0"
|
|
||||||
}
|
|
||||||
buildFeatures { compose = true }
|
buildFeatures { compose = true }
|
||||||
composeOptions {
|
composeOptions {
|
||||||
useLiveLiterals = false
|
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