mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 16:47:01 +05:30
buildSrc: introduce versioning plugin
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
dc61aa07ac
commit
e9a55cc1db
5 changed files with 129 additions and 2 deletions
|
@ -4,6 +4,7 @@ plugins {
|
|||
kotlin("kapt")
|
||||
kotlin("plugin.serialization") version "1.4.21"
|
||||
id("dagger.hilt.android.plugin")
|
||||
`versioning-plugin`
|
||||
`lobsters-plugin`
|
||||
`core-library-desugaring`
|
||||
}
|
||||
|
@ -11,8 +12,6 @@ plugins {
|
|||
android {
|
||||
defaultConfig {
|
||||
applicationId = "dev.msfjarvis.lobsters"
|
||||
versionCode = 1
|
||||
versionName = "1.0"
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
javaCompileOptions.annotationProcessorOptions {
|
||||
argument("room.schemaLocation", "${projectDir}/schemas")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue