Skip to content

Commit

Permalink
Merge pull request #104 from AAkira/release/2.6.0
Browse files Browse the repository at this point in the history
Release 2.6.0
  • Loading branch information
AAkira authored May 17, 2022
2 parents b41b02f + 4d1a6c2 commit af4a31f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/dependencies/Dep.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package dependencies

object Dep {

private const val kotlin = "1.6.20"
private const val kotlin = "1.6.21"

object GradlePlugin {
const val kotlin = "org.jetbrains.kotlin:kotlin-gradle-plugin:${Dep.kotlin}"
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/dependencies/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package dependencies

object Versions {
const val versionCode = 23
const val versionName = "2.5.0"
const val versionCode = 24
const val versionName = "2.6.0"

// android
const val androidVersionCode = 1
Expand Down

0 comments on commit af4a31f

Please sign in to comment.