We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a108078 commit a01af1bCopy full SHA for a01af1b
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-UPCOMING
+2.0.0
2
-----
3
4
* Added support for Batch WebView In-App format. The dispatcher now requires Batch 1.17 or higher.
mixpanel-dispatcher/build.gradle
@@ -12,8 +12,8 @@ android {
12
defaultConfig {
13
minSdkVersion 15
14
targetSdkVersion 30
15
- versionCode 1
16
- versionName "1.1.1"
+ versionCode 2
+ versionName "2.0.0"
17
18
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
19
consumerProguardFiles 'consumer-rules.pro'
0 commit comments