Skip to content

Commit

Permalink
bump readme, changelog and snapshot for v0.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Paczos committed Apr 30, 2020
1 parent b062239 commit 6fc34d9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog for the Mapbox Gestures for Android

## 0.7.0 - April 30, 2020
#### Minor features
- Expose a `MoveGestureDetector#moveThresholdRect`. When set, the defined screen area prohibits move gesture to be started. [#96](https://github.com/mapbox/mapbox-gestures-android/pull/96)

## 0.6.0 - January 8, 2020
#### Major changes
- Replace appcompat dependencies with AndroidX [#94](https://github.com/mapbox/mapbox-gestures-android/pull/94)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ repositories {
```java
// In the app build.gradle file
dependencies {
implementation 'com.mapbox.mapboxsdk:mapbox-android-gestures:0.5.1'
implementation 'com.mapbox.mapboxsdk:mapbox-android-gestures:0.7.0'
}
```

Expand All @@ -49,7 +49,7 @@ repositories {
```java
// In the app build.gradle file
dependencies {
implementation 'com.mapbox.mapboxsdk:mapbox-android-gestures:0.6.0-SNAPSHOT'
implementation 'com.mapbox.mapboxsdk:mapbox-android-gestures:0.8.0-SNAPSHOT'
}
```

Expand Down
2 changes: 1 addition & 1 deletion library/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=0.6.0-SNAPSHOT
VERSION_NAME=0.8.0-SNAPSHOT
POM_ARTIFACT_ID=mapbox-android-gestures
POM_NAME=Mapbox Android Gestures Library
POM_DESCRIPTION=Mapbox Android Gestures Library
Expand Down

0 comments on commit 6fc34d9

Please sign in to comment.