Skip to content

Commit

Permalink
chore: 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto committed Mar 5, 2021
1 parent 13dd94a commit 7209e37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# vNext
# 4.3.0

* Fix: Fix setting in-app-includes from external properties (#1291)
* Fix: Initialize Sentry in Logback appender when DSN is not set in XML config (#1296)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android.useAndroidX=true

# Release information
buildVersionCode=20057
versionName=4.2.1
versionName=4.3.0

# disable renderscript, it's enabled by default
android.defaults.buildfeatures.renderscript=false
Expand Down

1 comment on commit 7209e37

@deathlyrage
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thoughts on bumping sentry native to 0.4.8? If so it's not in the changelog.

Please sign in to comment.