Skip to content

Commit

Permalink
[Version] Release 0.3.0 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
kittinunf authored Jun 7, 2021
1 parent 87dd8a4 commit 440d38e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ object Android {
const val targetSdkVersion = 30
const val compileSdkVersion = 30

private const val version = "7.0.0-beta01"
private const val version = "7.0.0-beta03"
const val plugin = "com.android.tools.build:gradle:$version"
}

Expand Down Expand Up @@ -49,7 +49,7 @@ object Jacoco {
object Publishing {

const val groupId = "com.github.kittinunf.cored"
const val version = "0.2.0"
const val version = "0.3.0"
}

object GradleNexus {
Expand Down

0 comments on commit 440d38e

Please sign in to comment.