Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 6fa92e8

Browse files
committed
Bumps to version 4.1.0
1 parent c64ce68 commit 6fa92e8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

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

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

3939
```groovy
4040
dependencies {
41-
implementation 'com.cedarmaps:CedarMapsSDK:4.0.2'
41+
implementation 'com.cedarmaps:CedarMapsSDK:4.1.0'
4242
}
4343
```
4444

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.cedarmaps
2-
VERSION_NAME=4.0.2
2+
VERSION_NAME=4.1.0
33

44
# Project-wide Gradle settings.
55

0 commit comments

Comments
 (0)