Skip to content

Commit

Permalink
Bumps to version 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sdtaheri committed Sep 1, 2019
1 parent c64ce68 commit 6fa92e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This guide will take you through the process of integrating CedarMaps into your Android application.

All the mentioned methods and tools in this document have been tested on Android Studio v3.4.1.
All the mentioned methods and tools in this document have been tested on Android Studio v3.5.

## Table of Contents
- [Installation](#installation)
Expand Down Expand Up @@ -38,7 +38,7 @@ Then, add this to the `build.gradle` of your **app** module:

```groovy
dependencies {
implementation 'com.cedarmaps:CedarMapsSDK:4.0.2'
implementation 'com.cedarmaps:CedarMapsSDK:4.1.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.cedarmaps
VERSION_NAME=4.0.2
VERSION_NAME=4.1.0

# Project-wide Gradle settings.

Expand Down

0 comments on commit 6fa92e8

Please sign in to comment.