Skip to content

Commit

Permalink
Version
Browse files Browse the repository at this point in the history
  • Loading branch information
p-lr committed Jun 20, 2020
1 parent 3192fce commit 9ec492d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
.idea
.externalNativeBuild
publish.sh
/publishErrors.txt
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[ ![Download](https://api.bintray.com/packages/peterlaurence/maven/mapview/images/download.svg?version=2.0.7) ](https://bintray.com/peterlaurence/maven/mapview/2.0.7/link)
[ ![Download](https://api.bintray.com/packages/peterlaurence/maven/mapview/images/download.svg?version=2.0.8) ](https://bintray.com/peterlaurence/maven/mapview/2.0.8/link)

# MapView

Expand Down Expand Up @@ -52,7 +52,7 @@ There are some breaking changes, although most of them are just package refactor

Add this to your module's build.gradle
```groovy
implementation 'com.peterlaurence:mapview:2.0.7'
implementation 'com.peterlaurence:mapview:2.0.8'
```

## Origin and motivation
Expand Down
3 changes: 1 addition & 2 deletions mapview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlinx-serialization'

def versionTag = "2.0.7"
def versionTag = "2.0.8"

androidExtensions {
experimental = true
Expand Down Expand Up @@ -92,7 +92,6 @@ afterEvaluate {
pkg {
repo = 'maven'
name = 'mapview'
configurations = ['archives']
desc = 'Android Kotlin library to display tiled maps, with support of markers and paths'
websiteUrl = 'https://github.com/peterLaurence/MapView'
vcsUrl = 'https://github.com/peterLaurence/MapView.git'
Expand Down

0 comments on commit 9ec492d

Please sign in to comment.