Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.
Prev Previous commit
Next Next commit
invert wrong comment
  • Loading branch information
Manoel Aranda Neto committed Oct 28, 2019
commit 8e5aaa087d6ab857ecff3a90002e7deaeebeeeb6
4 changes: 2 additions & 2 deletions sentry-sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ android {
dependencies {
implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar"))))

// implementation(project(":sentry-android"))
implementation("io.sentry:sentry-android:2.0.0-SNAPSHOT")
implementation(project(":sentry-android"))
// implementation("io.sentry:sentry-android:2.0.0-SNAPSHOT")

implementation(Config.Libs.appCompat)
implementation(Config.Libs.constraintLayout)
Expand Down