Skip to content

Commit

Permalink
bump version (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
ardian4 committed Feb 19, 2024
1 parent 363f3e7 commit 1014f37
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'

version = "4.0.2"
version = "4.0.3"

android {
compileSdkVersion 33
Expand Down
2 changes: 1 addition & 1 deletion libmobiletagging/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'com.github.dcendents.android-maven'

group='myGroups'

version = "4.2.0"
version = "4.2.1"


android {
Expand Down
4 changes: 4 additions & 0 deletions libmobiletagging/release-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ using Kantar Sifo’s services. The SDK zip file contains three folders:

RELEASE NOTES:

v4.2.1 2024-02-19

- Bug fix memory leak where activity was retained during library initialization

v4.2.0 2023-06-14

- Bug fix Android 12 for secure cookies
Expand Down

0 comments on commit 1014f37

Please sign in to comment.