Skip to content

Commit

Permalink
Create release 4.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
prayansh committed Mar 22, 2021
1 parent 3995eca commit b2c9ae8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

Version 4.9.2 (Mar 22, 2021)
============================
* [New](https://github.com/segmentio/analytics-android/pull/734): Make new lifecycle methods opt-out
* [New](https://github.com/segmentio/analytics-android/pull/731): Kotlin Demo App
* [New](https://github.com/segmentio/analytics-android/pull/739): Custom apiHost for Segment.IO and support multi-regional Segment
* [Fix](https://github.com/segmentio/analytics-android/pull/750): Add NonNull annotations to params for analytics constructor
* [Fix](https://github.com/segmentio/analytics-android/pull/749): Retry hasPermission in case of failure due to package manager being inactive
* [Fix](https://github.com/segmentio/analytics-android/pull/752): Marshal NaN and other special numbers to 0.0 and not produce malformed JSON

Version 4.9.0 (Oct 15, 2020)
============================
* [New](https://github.com/segmentio/analytics-android/pull/707): Remove the ability to natively report attribution information via Segment integrations
Expand Down
2 changes: 1 addition & 1 deletion analytics-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
}

apply from: rootProject.file('gradle/attach-jar.gradle')
apply from: rootProject.file('gradle/mvn-publish.gradle')
//apply from: rootProject.file('gradle/mvn-publish.gradle')
repositories {
mavenCentral()
}
2 changes: 1 addition & 1 deletion analytics-tests/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
POM_NAME=Segment Android Analytics
POM_ARTIFACT_ID=analytics-tests
POM_PACKAGING=jar
POM_PACKAGING=aar
2 changes: 1 addition & 1 deletion analytics/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
POM_NAME=Segment Android Analytics
POM_ARTIFACT_ID=analytics
POM_PACKAGING=jar
POM_PACKAGING=aar

0 comments on commit b2c9ae8

Please sign in to comment.