Skip to content

Commit

Permalink
removes extra dependency (#609)
Browse files Browse the repository at this point in the history
Co-authored-by: evan.greer@iterable.com <evan.greer@evan.greer>
  • Loading branch information
evantk91 and evan.greer@iterable.com committed Jul 28, 2023
1 parent 6f5a805 commit e8b6532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iterableapi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
testImplementation 'org.khronos:opengl-api:gl1.1-android-2.1_r1'
testImplementation 'com.squareup.okhttp3:mockwebserver:4.2.2'
testImplementation 'org.skyscreamer:jsonassert:1.5.0'
testImplementation project(path: ':iterableapi')

androidTestImplementation 'androidx.test:runner:1.3.0'
androidTestImplementation 'androidx.test:rules:1.3.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
Expand Down

0 comments on commit e8b6532

Please sign in to comment.