File tree Expand file tree Collapse file tree 5 files changed +5
-2
lines changed Expand file tree Collapse file tree 5 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ DerivedData
2929* .xcuserstate
3030project.xcworkspace
3131.xcode.env.local
32+ GoogleService-info.plist
3233
3334# Android/IJ
3435#
Original file line number Diff line number Diff 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
1515KlaviyoReactNativeSdk_kotlinVersion =1.8.0
1616KlaviyoReactNativeSdk_minSdkVersion =23
1717KlaviyoReactNativeSdk_targetSdkVersion =36
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments