We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a38422 commit c9d8a6aCopy full SHA for c9d8a6a
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+1.1.0
2
+-----
3
+
4
+ * Set "batch" as "$source" (integration id)
5
+ * Add utm_ prefix to all UTM properties
6
7
1.0
8
-----
9
mixpanel-dispatcher/build.gradle
@@ -13,7 +13,7 @@ android {
13
minSdkVersion 15
14
targetSdkVersion 30
15
versionCode 1
16
- versionName "1.0.0"
+ versionName "1.1.0"
17
18
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
19
consumerProguardFiles 'consumer-rules.pro'
0 commit comments