Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
bump gestures library to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Paczos committed Apr 30, 2020
1 parent f387da9 commit 77ea09e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ allprojects {
// For publishing Maps SDK files to Bintray
maven { url 'https://mapbox.bintray.com/mapbox' }
// Snapshot repository
maven { url 'https://oss.jfrog.org/artifactory/oss-snapshot-local/' }
// maven { url 'https://oss.jfrog.org/artifactory/oss-snapshot-local/' }
}
apply from: "${rootDir}/gradle/ktlint.gradle"
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ext {
mapboxServices : '5.0.0',
mapboxTelemetry : '5.0.0',
mapboxCore : '2.0.0',
mapboxGestures : '0.6.0-20200429.121422-14',
mapboxGestures : '0.7.0',
mapboxAccounts : '0.7.0',
appCompat : '1.0.0',
constraintLayout: '1.1.3',
Expand Down

0 comments on commit 77ea09e

Please sign in to comment.