Skip to content

Commit

Permalink
Merge pull request #92 from AAkira/dev/2.3.0
Browse files Browse the repository at this point in the history
2.3.0
  • Loading branch information
AAkira committed Dec 22, 2021
2 parents 4cc0e6f + 399d9f0 commit 6fef250
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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.0"
private const val kotlin = "1.6.10"

object GradlePlugin {
const val kotlin = "org.jetbrains.kotlin:kotlin-gradle-plugin:${Dep.kotlin}"
Expand All @@ -20,7 +20,7 @@ object Dep {
}

object Coroutines {
private const val version = "1.5.2-native-mt"
private const val version = "1.6.0-native-mt"

const val core = "org.jetbrains.kotlinx:kotlinx-coroutines-core:$version"
}
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 = 20
const val versionName = "2.2.0"
const val versionCode = 21
const val versionName = "2.3.0"

// android
const val androidVersionCode = 1
Expand Down

0 comments on commit 6fef250

Please sign in to comment.