Skip to content

Commit

Permalink
Bump to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVautherin committed Apr 5, 2022
1 parent 42f668d commit f6f29b4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ MAVSDK-Java is distributed through MavenCentral, meaning that it can be imported
```
dependencies {
...
implementation 'io.mavsdk:mavsdk:1.1.0'
implementation 'io.mavsdk:mavsdk:1.1.1'
...
}
```
Expand All @@ -29,8 +29,8 @@ For Android, `mavsdk_server` is distributed as an Android library (`aar`):
```
dependencies {
...
implementation 'io.mavsdk:mavsdk:1.1.0'
implementation 'io.mavsdk:mavsdk-server:1.1.0'
implementation 'io.mavsdk:mavsdk:1.1.1'
implementation 'io.mavsdk:mavsdk-server:1.1.1'
...
}
```
Expand Down
2 changes: 1 addition & 1 deletion mavsdk_server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ android {
archivesBaseName = 'mavsdk-server'
group = 'io.mavsdk'
versionCode 1
version '1.1.0'
version '1.1.1'

ndk {
abiFilters 'arm64-v8a', 'armeabi-v7a', 'x86', 'x86_64'
Expand Down
2 changes: 1 addition & 1 deletion sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Because it is deployed on Maven Central, adding MAVSDK-Java to your project is a

```groovy
dependencies {
implementation 'io.mavsdk:mavsdk:1.1.0'
implementation 'io.mavsdk:mavsdk:1.1.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ subprojects {

group = 'io.mavsdk'
archivesBaseName = 'mavsdk'
version = '1.1.0'
version = '1.1.1'

repositories {
jcenter()
Expand Down

0 comments on commit f6f29b4

Please sign in to comment.