Skip to content

Commit

Permalink
Revert dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
romtsn committed May 8, 2023
1 parent 762b5ae commit f2a8d85
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ dependencies {

implementation(projects.sentryAndroid)
implementation(projects.sentryCompose)
implementation(projects.sentryAndroidOkhttp)
implementation(projects.sentryAndroidFragment)
implementation(projects.sentryAndroidTimber)
// implementation(projects.sentryAndroidOkhttp)
// implementation(projects.sentryAndroidFragment)
// implementation(projects.sentryAndroidTimber)
implementation(Config.Libs.appCompat)
implementation(Config.Libs.androidxCore)
implementation(Config.Libs.composeActivity)
Expand All @@ -104,8 +104,8 @@ dependencies {
implementation(Config.Libs.androidxRecylerView)
implementation(Config.Libs.constraintLayout)
implementation(Config.TestLibs.espressoIdlingResource)
implementation(Config.Libs.timber)
implementation(Config.Libs.retrofit2)
// implementation(Config.Libs.timber)
// implementation(Config.Libs.retrofit2)

compileOnly(Config.CompileOnly.nopen)
errorprone(Config.CompileOnly.nopenChecker)
Expand Down

0 comments on commit f2a8d85

Please sign in to comment.