Skip to content

Commit

Permalink
Version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pengrad committed Apr 29, 2017
1 parent a8c89db commit 73ab699
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public void onCameraChange(CameraPosition cameraPosition) {
# Download
```groovy
dependencies {
compile 'com.github.pengrad:mapscaleview:1.2.0'
compile 'com.github.pengrad:mapscaleview:1.2.1'
}
```

4 changes: 3 additions & 1 deletion upload-jcenter.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ deps to build.gradle
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
./gradlew bintrayUpload
*/

apply plugin: 'com.jfrog.bintray'
apply plugin: 'com.github.dcendents.android-maven'

group = 'com.github.pengrad'
version = '1.2.0'
version = '1.2.1'

bintray {
user = BINTRAY_USER
Expand Down

0 comments on commit 73ab699

Please sign in to comment.