Skip to content

Commit

Permalink
all: 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasMengelatte committed Dec 6, 2024
1 parent ab8c891 commit 37683f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
UPCOMING
3.0.0
-----

* Updated Batch to 2.1
* Batch requires Android min SDK level 21 or higher.
* Batch requires to compile with SDK 35 (Android 15).
* Fixed an issue where Batch would crash when a non-hierarchical URI was parsed in a deeplink.

2.0.0
Expand Down
4 changes: 2 additions & 2 deletions mixpanel-dispatcher/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {

defaultConfig {
minSdkVersion 21
versionCode 2
versionName "2.0.0"
versionCode 3
versionName "3.0.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles 'consumer-rules.pro'
Expand Down

0 comments on commit 37683f4

Please sign in to comment.