Skip to content

Commit

Permalink
prepare: 5.0.0-beta.7
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto committed May 31, 2021
1 parent 1da74c1 commit 5f14002
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Unreleased

# 5.0.0-beta.6

* Feat: Add secondary constructor to SentryOkHttpInterceptor (#1491)
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ org.gradle.jvmargs=-Xmx4g -XX:MaxPermSize=512m -XX:MaxMetaspaceSize=1536m -XX:+H
android.useAndroidX=true

# Release information
buildVersionCode=20065
versionName=5.0.0-beta.6
buildVersionCode=20066
versionName=5.0.0-beta.7-SNAPSHOT

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

0 comments on commit 5f14002

Please sign in to comment.