Skip to content

Commit

Permalink
release 0.2.0 to mavenCentral
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVautherin committed Sep 13, 2019
1 parent 003795b commit 996fe5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/android-client/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dependencies {
implementation 'com.google.android.material:material:1.0.0'
implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-annotation-v8:0.7.0'
implementation 'com.mapbox.mapboxsdk:mapbox-android-sdk:8.2.1'
implementation 'io.mavsdk:mavsdk:0.1.0'
implementation 'io.mavsdk:mavsdk:0.2.0'
implementation 'org.slf4j:slf4j-api:1.7.28'

testImplementation 'junit:junit:4.12'
Expand Down
2 changes: 1 addition & 1 deletion examples/java-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ idea {
dependencies {
checkstyleClasspath 'com.puppycrawl.tools:checkstyle:8.5'

implementation 'io.mavsdk:mavsdk:0.1.0'
implementation 'io.mavsdk:mavsdk:0.2.0'

implementation 'ch.qos.logback:logback-core:1.2.3'
implementation 'ch.qos.logback:logback-classic:1.2.3'
Expand Down
2 changes: 1 addition & 1 deletion sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ subprojects {

group = 'io.mavsdk'
archivesBaseName = 'mavsdk'
version = '0.1.0'
version = '0.2.0'

repositories {
jcenter()
Expand Down

0 comments on commit 996fe5b

Please sign in to comment.