Skip to content

Commit 6fc34d9

Browse files
author
Łukasz Paczos
committed
bump readme, changelog and snapshot for v0.7.0 release
1 parent b062239 commit 6fc34d9

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog for the Mapbox Gestures for Android
22

3+
## 0.7.0 - April 30, 2020
4+
#### Minor features
5+
- 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)
6+
37
## 0.6.0 - January 8, 2020
48
#### Major changes
59
- Replace appcompat dependencies with AndroidX [#94](https://github.com/mapbox/mapbox-gestures-android/pull/94)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repositories {
3333
```java
3434
// In the app build.gradle file
3535
dependencies {
36-
implementation 'com.mapbox.mapboxsdk:mapbox-android-gestures:0.5.1'
36+
implementation 'com.mapbox.mapboxsdk:mapbox-android-gestures:0.7.0'
3737
}
3838
```
3939

@@ -49,7 +49,7 @@ repositories {
4949
```java
5050
// In the app build.gradle file
5151
dependencies {
52-
implementation 'com.mapbox.mapboxsdk:mapbox-android-gestures:0.6.0-SNAPSHOT'
52+
implementation 'com.mapbox.mapboxsdk:mapbox-android-gestures:0.8.0-SNAPSHOT'
5353
}
5454
```
5555

library/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=0.6.0-SNAPSHOT
1+
VERSION_NAME=0.8.0-SNAPSHOT
22
POM_ARTIFACT_ID=mapbox-android-gestures
33
POM_NAME=Mapbox Android Gestures Library
44
POM_DESCRIPTION=Mapbox Android Gestures Library

0 commit comments

Comments
 (0)