Skip to content

Commit

Permalink
[Release 0.1.0]
Browse files Browse the repository at this point in the history
  • Loading branch information
onenowy committed Nov 9, 2021
1 parent 35aba91 commit 71c87b0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Change Log
==========

## Version 0.1.0

_2021-11-10_

* Initial release.
12 changes: 1 addition & 11 deletions buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
object Dependencies {

object MoshiPolymorphicAdapter {
const val version = "0.1.0-SNAPSHOT"
const val version = "0.1.0"
const val group = "dev.onenowy.moshipolymorphicadapter"
const val moshi_polymorphic_adapter = "$group:moshi-polymorphic-adapter:$version"
const val reflect = "$group:kotlin-sealed-reflect:$version"
Expand Down Expand Up @@ -46,11 +46,6 @@ object Dependencies {
const val ksp = "com.squareup:kotlinpoet-ksp:$version"
}

object Shadow {
const val version = "7.0.0"
const val shadow = "com.github.johnrengelman.shadow"
}

object VersionPlugin {
const val version = "0.39.0"
const val versionPlugin = "com.github.ben-manes.versions"
Expand All @@ -65,9 +60,4 @@ object Dependencies {
private const val version = "1.4.5"
const val test = "com.github.tschuchortdev:kotlin-compile-testing:$version"
}

object GradleMavenPublish {
private const val version = "0.18.0"
const val plugin = "com.vanniktech:gradle-maven-publish-plugin:$version"
}
}

0 comments on commit 71c87b0

Please sign in to comment.