Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aleks-tpom6oh committed May 18, 2021
1 parent a8b5e86 commit 3393453
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.1

Disabled batching in the dev mode by default.

## 2.0.0

Splitting the lib into 2 flavours.
Expand Down
6 changes: 3 additions & 3 deletions avoinspector/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 14
targetSdkVersion 30
versionCode 4
versionName "2.0.0"
versionName "2.0.1"

testInstrumentationRunner "AndroidJUnit4"
consumerProguardFiles 'consumer-rules.pro'
Expand Down Expand Up @@ -65,15 +65,15 @@ afterEvaluate {

groupId = 'com.github.avohq'
artifactId = 'prod'
version = '2.0.0'
version = '2.0.1'
}

development(MavenPublication) {
from components.developmentRelease

groupId = 'com.github.avohq'
artifactId = 'dev'
version = '2.0.0'
version = '2.0.1'
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion avoinspectorexample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies {
implementation 'com.segment.analytics.android:analytics:4.8.2'
implementation project(path: ':avoinspector')

/** When including the Avo Inspector from Jitpack **/
/** When including the Avo Inspector from Jitpack.io **/
//debugImplementation 'com.github.avohq.android-avo-inspector:dev:2.0.0'
//releaseImplementation 'com.github.avohq.android-avo-inspector:prod:2.0.0'

Expand Down

0 comments on commit 3393453

Please sign in to comment.