Skip to content

Commit b2dcaa0

Browse files
author
“Akshay
committed
Squashed commit of the following:
commit e8b6532 Author: Evan Takeo Kanaiaupuni Greer <56953678+evantk91@users.noreply.github.com> Date: Fri Jul 28 10:18:02 2023 -0600 removes extra dependency (#609) Co-authored-by: evan.greer@iterable.com <evan.greer@evan.greer> commit 6f5a805 Author: Evan Takeo Kanaiaupuni Greer <56953678+evantk91@users.noreply.github.com> Date: Mon Jul 17 11:20:49 2023 -0600 [MOB-6309] prepares EUDC updates for release (#572) * stashed changes * adds data center to config and associated unit tests * adds excluding kotlin files to javadoc check * moves IterableDataRegion to IterableConstants.java * gets rid of extra lines * removes jacoco.exe * adds endpoint override to IterableApi * removes logging statement * sets up base url at IterableRequestTask * minor edits * refactors to pull endpoint directly from config value * removes unfinished unit test * removes jacoco.exec * removes white space --------- Co-authored-by: evan.greer@iterable.com <evan.greer@evan.greer> commit b780ec4 Author: Akshay Ayyanchira <ayyanchira.akshay@gmail.com> Date: Wed Jul 12 06:52:12 2023 -0700 MOB-5132: Fix deep link issue after app is opened from notification (#546) (#593) Co-authored-by: devcsomnicg <129495456+devcsomnicg@users.noreply.github.com> commit efa8d3a Author: Akshay Ayyanchira <ayyanchira.akshay@gmail.com> Date: Wed Jul 12 06:35:59 2023 -0700 [MOB - 6493] - Message read and remove bug fix (#592) Co-authored-by: “Akshay <“ayyanchira.akshay@gmail.com”> commit b374b12 Author: Akshay Ayyanchira <ayyanchira.akshay@gmail.com> Date: Wed Jun 14 13:24:37 2023 -0700 [MOB 5730] Add callbacks to reading/removing in-app messages (#557) (#583) * [MOB 5730] Add callbacks to reading/removing in-app messages (#557) * add callback for setRead/removeMessage * modify test for setRead and added test for removeMessage * fixes * Update build.gradle * removed resultcallbackhandler * Update IterableInAppManager.java * fixes --------- Co-authored-by: Akshay Ayyanchira <ayyanchira.akshay@gmail.com> Co-authored-by: Hardik Mashru <harrymash2006@gmail.com> * Fixing and adding test method --------- Co-authored-by: devcsomnicg <129495456+devcsomnicg@users.noreply.github.com> Co-authored-by: Hardik Mashru <harrymash2006@gmail.com> Co-authored-by: “Akshay <“ayyanchira.akshay@gmail.com”>
1 parent f7623cd commit b2dcaa0

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
@@ -55,7 +55,7 @@ dependencies {
5555
testImplementation 'org.khronos:opengl-api:gl1.1-android-2.1_r1'
5656
testImplementation 'com.squareup.okhttp3:mockwebserver:4.2.2'
5757
testImplementation 'org.skyscreamer:jsonassert:1.5.0'
58-
testImplementation project(path: ':iterableapi')
58+
5959
androidTestImplementation 'androidx.test:runner:1.3.0'
6060
androidTestImplementation 'androidx.test:rules:1.3.0'
6161
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'

0 commit comments

Comments
 (0)