Skip to content

Commit e8b6532

Browse files
evantk91evan.greer@iterable.com
andauthored
removes extra dependency (#609)
Co-authored-by: evan.greer@iterable.com <evan.greer@evan.greer>
1 parent 6f5a805 commit e8b6532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iterableapi/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies {
5151
testImplementation 'org.khronos:opengl-api:gl1.1-android-2.1_r1'
5252
testImplementation 'com.squareup.okhttp3:mockwebserver:4.2.2'
5353
testImplementation 'org.skyscreamer:jsonassert:1.5.0'
54-
testImplementation project(path: ':iterableapi')
54+
5555
androidTestImplementation 'androidx.test:runner:1.3.0'
5656
androidTestImplementation 'androidx.test:rules:1.3.0'
5757
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'

0 commit comments

Comments
 (0)