Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adrielcafe committed Nov 1, 2021
1 parent f6a73d6 commit 5d1f77a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kotlin.code.style=official

# Maven
GROUP=cafe.adriel.lyricist
VERSION_NAME=1.0.0
VERSION_NAME=1.0.1

POM_DESCRIPTION=The missing I18N/L10N library for Jetpack Compose!
POM_INCEPTION_YEAR=2021
Expand Down
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[versions]
plugin-android = "7.0.2"
plugin-android = "7.0.3"
plugin-ktlint = "10.1.0"
plugin-maven = "0.17.0"
plugin-maven = "0.18.0"

kotlin = "1.5.30"
kotlin = "1.5.31"

ksp = "1.5.30-1.0.0"
ksp = "1.5.31-1.0.0"
caseFormat = "0.2.0"
konsumeXml = "1.0"

appCompat = "1.3.1"
compose = "1.1.0-alpha03"
compose = "1.1.0-beta01"
composeActivity = "1.3.1"

[libraries]
Expand Down

0 comments on commit 5d1f77a

Please sign in to comment.