Skip to content

Commit 4a0fa1a

Browse files
committed
all: 2.0.0 changelog & version bump
1 parent e8a6af9 commit 4a0fa1a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2.0.0
2+
-----
3+
4+
* Added support for Batch WebView In-App format. The dispatcher now requires Batch 1.17 or higher.
5+
16
1.1.0
27
-----
38

atinternet-dispatcher/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
defaultConfig {
1515
minSdkVersion 15
1616
targetSdkVersion 29
17-
versionCode 2
18-
versionName "1.1.0"
17+
versionCode 3
18+
versionName "2.0.0"
1919

2020
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2121
consumerProguardFiles 'consumer-rules.pro'

0 commit comments

Comments
 (0)