File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ A "ready-to-go" dispatcher that reflect event from the Batch SDK to the At Inter
21
21
Gradle (recommended)
22
22
23
23
```
24
- implementation 'com.batch.android:atinternet-dispatcher:3.0+ '
24
+ implementation 'com.batch.android:atinternet-dispatcher:3.0.1 '
25
25
```
26
26
27
27
Read our [ setup documentation] ( https://doc.batch.com/ ) to follow a step by step tutorial for integrating Batch features into your app.
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ android {
14
14
defaultConfig {
15
15
minSdkVersion 15
16
16
targetSdkVersion 32
17
- versionCode 4
18
- versionName " 3.0.0 "
17
+ versionCode 5
18
+ versionName " 3.0.1 "
19
19
20
20
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
21
21
consumerProguardFiles ' consumer-rules.pro'
You can’t perform that action at this time.
0 commit comments