Skip to content

Commit

Permalink
Bump versio to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarthelery committed May 8, 2020
1 parent 18cb16d commit 2a4d8ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ plugins {

allprojects {
group = "com.geekorum.gradle.avdl"
version = "0.0.2-SNAPSHOT"
version = "0.0.2"

repositories {
jcenter()
Expand Down
2 changes: 1 addition & 1 deletion flydroid/src/main/kotlin/FlydroidPlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class FlydroidPlugin : Plugin<Project>{
target.apply<AvdlPlugin>()

target.dependencies {
add("avdl","com.geekorum.gradle.avdl:flydroid:0.0.1-SNAPSHOT" )
add("avdl","com.geekorum.gradle.avdl:flydroid:0.0.2" )
add("avdl","org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.5" )
}

Expand Down

0 comments on commit 2a4d8ee

Please sign in to comment.