We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8a6af9 commit 4a0fa1aCopy full SHA for 4a0fa1a
CHANGELOG
@@ -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
6
1.1.0
7
-----
8
atinternet-dispatcher/build.gradle
@@ -14,8 +14,8 @@ android {
14
defaultConfig {
15
minSdkVersion 15
16
targetSdkVersion 29
17
- versionCode 2
18
- versionName "1.1.0"
+ versionCode 3
+ versionName "2.0.0"
19
20
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
21
consumerProguardFiles 'consumer-rules.pro'
0 commit comments