Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
chore: 2.0.0-rc03
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto committed Feb 4, 2020
1 parent 291414a commit 29fdaaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ object Config {
val SENTRY_CLIENT_NAME = "sentry.java.android"
val group = "io.sentry"
// TODO: change version to publish new version
val version = "2.0.0-rc02"
val version = "2.0.0-rc03"
val description = "SDK for sentry.io"
// TODO: change version code to publish new version, follow the pattern of `version`
val buildVersionCode = 20013
val buildVersionCode = 20014
val website = "https://sentry.io"
val userOrg = "getsentry"
val repoName = "sentry-android"
Expand Down
2 changes: 1 addition & 1 deletion sentry-native-sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ android {
dependencies {
implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar"))))

implementation("io.sentry:sentry-android:2.0.0-rc02")
implementation("io.sentry:sentry-android:2.0.0-rc03")

implementation(Config.Libs.appCompat)

Expand Down

0 comments on commit 29fdaaf

Please sign in to comment.