Skip to content

Commit

Permalink
update for release 4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo Doin authored and Leonardo Doin committed Feb 23, 2020
1 parent 27f4953 commit f371047
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 4.1.3 (February, 23, 2020)
* fix app crashing when having no internet connection

## 4.1.2 (February, 14, 2020)
* keep stored consentString when server does not return one
* simplified webview settings -> no side effects on app cookies
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ For consent messages built using the message builder V2, it's safe to use SDK >
```
...
dependencies {
implementation 'com.sourcepoint.cmplibrary:cmplibrary:4.1.2'
implementation 'com.sourcepoint.cmplibrary:cmplibrary:4.1.3'
}
```
Expand Down
2 changes: 1 addition & 1 deletion cmplibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id "com.jfrog.bintray" version "1.8.4"
}

def VERSION_NAME = "4.1.2"
def VERSION_NAME = "4.1.3"

apply plugin: 'com.android.library'
apply plugin: 'maven-publish'
Expand Down

0 comments on commit f371047

Please sign in to comment.