Skip to content

Commit 60ab602

Browse files
feat: Update to Partner latest version 3.5.10 (#98)
1 parent 817dfe9 commit 60ab602

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ apply plugin: 'kotlin-android'
3333

3434
android {
3535
defaultConfig {
36-
minSdkVersion 16
36+
minSdkVersion 21
3737
}
3838
}
3939

4040
dependencies {
41-
api 'com.iterable:iterableapi:3.4.9'
41+
api 'com.iterable:iterableapi:3.5.10'
4242
}

src/main/kotlin/com/mparticle/kits/IterableKit.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ class IterableKit : KitIntegration(), ActivityListener, ApplicationStateListener
5353

5454
private fun initIntegrationAttributes() {
5555
val integrationAttributes = HashMap<String, String>()
56-
integrationAttributes[INTEGRATION_ATTRIBUTE_KIT_VERSION_CODE] =
57-
BuildConfig.VERSION_CODE.toString()
5856
integrationAttributes[INTEGRATION_ATTRIBUTE_SDK_VERSION] =
5957
BuildConfig.ITERABLE_SDK_VERSION
6058
setIntegrationAttributes(integrationAttributes)

0 commit comments

Comments
 (0)