Skip to content

Commit 4de9eef

Browse files
committed
Minor android deps update (#287)
* Minor config stuff including updating android SDK dependency branch * Update example/android/settings.gradle --------- Co-authored-by: Evan Masseau <>
1 parent 7d986c6 commit 4de9eef

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ DerivedData
2929
*.xcuserstate
3030
project.xcworkspace
3131
.xcode.env.local
32+
GoogleService-info.plist
3233

3334
# Android/IJ
3435
#

android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryErro
1111
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1212
# org.gradle.parallel=true
1313
#Tue Dec 19 15:08:27 EST 2023
14-
KlaviyoReactNativeSdk_klaviyoAndroidSdkVersion=68d7123
14+
KlaviyoReactNativeSdk_klaviyoAndroidSdkVersion=rel~4.2.0-SNAPSHOT
1515
KlaviyoReactNativeSdk_kotlinVersion=1.8.0
1616
KlaviyoReactNativeSdk_minSdkVersion=23
1717
KlaviyoReactNativeSdk_targetSdkVersion=36

android/settings.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ if (localPropertiesFile.exists() && localPropertiesFile.canRead()) {
2323
substitute module("com.github.klaviyo.klaviyo-android-sdk:core") using project(":sdk:core")
2424
substitute module("com.github.klaviyo.klaviyo-android-sdk:analytics") using project(":sdk:analytics")
2525
substitute module("com.github.klaviyo.klaviyo-android-sdk:forms") using project(":sdk:forms")
26+
substitute module("com.github.klaviyo.klaviyo-android-sdk:location") using project(":sdk:location")
2627
substitute module("com.github.klaviyo.klaviyo-android-sdk:push-fcm") using project(":sdk:push-fcm")
2728
}
2829
}

example/android/settings.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ if (localPropertiesFile.exists() && localPropertiesFile.canRead()) {
3030
substitute module("com.github.klaviyo.klaviyo-android-sdk:core") using project(":sdk:core")
3131
substitute module("com.github.klaviyo.klaviyo-android-sdk:analytics") using project(":sdk:analytics")
3232
substitute module("com.github.klaviyo.klaviyo-android-sdk:forms") using project(":sdk:forms")
33+
substitute module("com.github.klaviyo.klaviyo-android-sdk:location") using project(":sdk:location")
3334
substitute module("com.github.klaviyo.klaviyo-android-sdk:push-fcm") using project(":sdk:push-fcm")
3435
}
3536
}

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.3.1",
44
"private": true,
55
"scripts": {
6-
"setup": "(yarn install --immutable && bundle install && cd ios && bundle exec pod install)",
6+
"setup": "(yarn install --immutable && bundle install && cd ios && bundle exec pod install --repo-update)",
77
"android": "react-native run-android",
88
"ios": "react-native run-ios",
99
"start": "react-native start",

0 commit comments

Comments
 (0)