Skip to content

Commit

Permalink
Updated SDK Hotfix version: 5.1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semsudin-tafilovic committed Apr 25, 2024
1 parent 98b9863 commit 00d3a49
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android-sdk/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#
# LIBRARY_VERSION=5.1.4.3 (hotfixes are included on this variable)
#
LIBRARY_VERSION=5.1.8
LIBRARY_VERSION=5.1.8.1
BINTRAY_REPO=webtrekk-android-sdk
BINRTAY_NAME=webtrekk-android-sdk
PUBLISHED_GROUP_ID=com.mapp.sdk
Expand Down
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ android {
applicationId "com.example.webtrekk.androidsdk"
minSdkVersion versions.minSdkVersion
targetSdkVersion versions.targetSdkVersion
versionCode 6
versionName "1.0.10"
versionCode 7
versionName "1.0.11"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField "String", "DOMEIN", "\"" + getTrackDomain() + "\""
buildConfigField "String", "TRACK_IDS", "\"" + getTrackIds() + "\""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class SampleApplication : Application() {
Webtrekk.getInstance().init(context = this, config = webtrekkConfigurations)

Webtrekk.getInstance().apply {
optOut(true,true)
optOut(false,true)
// anonymousTracking(false, emptySet())
// setEverId(null)
// setTemporarySessionId("user-xyz-123456789")
Expand Down

0 comments on commit 00d3a49

Please sign in to comment.