Skip to content

Commit

Permalink
Merge pull request #26 from avohq/release-2.0.3
Browse files Browse the repository at this point in the history
Release 2.0.3
  • Loading branch information
aleks-tpom6oh authored Mar 11, 2022
2 parents 0889f18 + 7354778 commit a13ba4f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 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.3

Disabled sentry logging

## 2.0.2

Fixed a race condition that caused some of the early events in the app lifecycle to be not reported.
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 32
versionCode 4
versionName "2.0.2"
versionName "2.0.3"

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

groupId = 'com.github.avohq'
artifactId = 'prod'
version = '2.0.2'
version = '2.0.3'
}

development(MavenPublication) {
from components.developmentRelease

groupId = 'com.github.avohq'
artifactId = 'dev'
version = '2.0.2'
version = '2.0.3'
}
}
}
Expand Down

0 comments on commit a13ba4f

Please sign in to comment.