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
2121Gradle (recommended)
2222
2323```
24- implementation 'com.batch.android:atinternet-dispatcher:3.0+ '
24+ implementation 'com.batch.android:atinternet-dispatcher:3.0.1 '
2525```
2626
2727Read 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 {
1414 defaultConfig {
1515 minSdkVersion 15
1616 targetSdkVersion 32
17- versionCode 4
18- versionName " 3.0.0 "
17+ versionCode 5
18+ versionName " 3.0.1 "
1919
2020 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
2121 consumerProguardFiles ' consumer-rules.pro'
You can’t perform that action at this time.
0 commit comments