Skip to content

Commit

Permalink
Decreased default offline storage lifetime for events
Browse files Browse the repository at this point in the history
  • Loading branch information
DeKaN committed Nov 13, 2023
1 parent e0f3e16 commit 3bd991d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Piano Analytics SDK for Android

## v3.3.5-SNAPSHOT
* Decreased default offline storage lifetime for events

## v3.3.4
* Added limit for event storage
* Updated dependencies:
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
# Plugins
kotlin = "1.8.22"
android = "8.1.2"
android = "8.1.3"
versionUpdater = "0.49.0"
ktlint = "11.6.1"
dokka = "1.8.20"
Expand All @@ -26,7 +26,7 @@ viewBindingProperty = "1.5.9"
junit = "4.13.2"
androidxTestCore = "1.5.0"
mockitoKotlin = "2.2.0"
mockitoCore = "5.6.0"
mockitoCore = "5.7.0"

[plugins]
android-library = { id = "com.android.library", version.ref = "android" }
Expand Down
2 changes: 1 addition & 1 deletion piano-analytics/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=3.3.4
VERSION_NAME=3.3.5-SNAPSHOT
GROUP=io.piano.android
POM_NAME=Analytics
POM_ARTIFACT_ID=analytics
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ class Configuration private constructor(
const val DEFAULT_PATH = "event"
const val MIN_SESSION_BACKGROUND_DURATION = 2
const val DEFAULT_SESSION_BACKGROUND_DURATION = 30
const val DEFAULT_EVENTS_OFFLINE_STORAGE_LIFETIME = 30
const val DEFAULT_EVENTS_OFFLINE_STORAGE_LIFETIME = 7
const val DEFAULT_PRIVACY_STORAGE_LIFETIME = 395
const val DEFAULT_VISITOR_STORAGE_LIFETIME = 395
const val DEFAULT_USER_STORAGE_LIFETIME = 395
Expand Down

0 comments on commit 3bd991d

Please sign in to comment.