Skip to content

Commit

Permalink
update kotlin 1.6.20 -> 1.6.21
Browse files Browse the repository at this point in the history
  • Loading branch information
kroegerama committed Apr 20, 2022
1 parent 8ad4c67 commit 5dc3881
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Constants.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object C {
const val PROJECT_NAME = "Magic Catalogs"
const val PROJECT_DESCRIPTION = "Dependency versions for modern android applications"

const val PROJECT_VERSION = "2.0.3"
const val PROJECT_VERSION = "2.0.4"
const val PROJECT_GROUP_ID = "com.kroegerama.magic-catalogs"

const val PROJECT_URL = "https://github.com/kroegerama/magic-catalogs"
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ object V {
}

object Base {
val kotlin = "1.6.20"
val kotlin = "1.6.21"
val kotlinxCoroutines = "1.6.1"
val kotlinxSerialization = "1.3.2"
val kotlinxDateTime = "0.3.2"
Expand Down

0 comments on commit 5dc3881

Please sign in to comment.