Skip to content

Commit

Permalink
chore: remove unnecessary parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdebs committed Oct 17, 2023
1 parent e63d192 commit af0422b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {
implementation 'androidx.annotation:annotation:1.6.0'


implementation ('com.rudderstack.android.sdk:rudderreporter:[0.3.1, 0.4.0)')
implementation 'com.rudderstack.android.sdk:rudderreporter:[0.3.1, 0.4.0)'
// implementation(project(path: ':rudderreporter'))
// implementation(project(path: ':gsonrudderadapter'))
implementation 'com.rudderstack.kotlin.sdk:gsonrudderadapter:[0.2.0, 0.3.0)'
Expand Down

0 comments on commit af0422b

Please sign in to comment.