File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ dependencies {
5959 implementation ' com.google.android.material:material:1.0.0'
6060 implementation ' com.mapbox.mapboxsdk:mapbox-android-plugin-annotation-v8:0.7.0'
6161 implementation ' com.mapbox.mapboxsdk:mapbox-android-sdk:8.2.1'
62- implementation ' io.mavsdk:mavsdk:0.1 .0'
62+ implementation ' io.mavsdk:mavsdk:0.2 .0'
6363 implementation ' org.slf4j:slf4j-api:1.7.28'
6464
6565 testImplementation ' junit:junit:4.12'
Original file line number Diff line number Diff line change 7272dependencies {
7373 checkstyleClasspath ' com.puppycrawl.tools:checkstyle:8.5'
7474
75- implementation ' io.mavsdk:mavsdk:0.1 .0'
75+ implementation ' io.mavsdk:mavsdk:0.2 .0'
7676
7777 implementation ' ch.qos.logback:logback-core:1.2.3'
7878 implementation ' ch.qos.logback:logback-classic:1.2.3'
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ subprojects {
1717
1818 group = ' io.mavsdk'
1919 archivesBaseName = ' mavsdk'
20- version = ' 0.1 .0'
20+ version = ' 0.2 .0'
2121
2222 repositories {
2323 jcenter()
You can’t perform that action at this time.
0 commit comments