Skip to content

Commit

Permalink
Merge pull request #61 from PiwikPRO/feature/PPSDK-187
Browse files Browse the repository at this point in the history
feat: Update React Native SDK to support native iOS SDK version 1.1.10 & Android SDK version 1.1.13
  • Loading branch information
mandrzej authored Jul 10, 2023
2 parents bd14830 + 8bd7043 commit 317203e
Show file tree
Hide file tree
Showing 8 changed files with 20,775 additions and 22,744 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.0.9

* Added support for native iOS SDK version 1.1.10
* Added support for native Android SDK version 1.1.13

## 1.0.8

* Added support for native iOS SDK version 1.1.9
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,5 @@ dependencies {
// noinspection GradleDynamicVersion
api 'com.facebook.react:react-native:+'
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'pro.piwik:sdk-framework-android:1.1.12'
implementation 'pro.piwik:sdk-framework-android:1.1.13'
}
Empty file added example/gradlew
Empty file.
10 changes: 5 additions & 5 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PODS:
- React-jsi (= 0.64.4)
- ReactCommon/turbomodule/core (= 0.64.4)
- glog (0.3.5)
- PiwikPROSDK (1.1.9)
- PiwikPROSDK (1.1.10)
- RCT-Folly (2020.01.13.00):
- boost-for-react-native
- DoubleConversion
Expand Down Expand Up @@ -204,8 +204,8 @@ PODS:
- React-jsi (= 0.64.4)
- React-perflogger (= 0.64.4)
- React-jsinspector (0.64.4)
- react-native-piwik-pro-sdk (1.0.7):
- PiwikPROSDK (= 1.1.9)
- react-native-piwik-pro-sdk (1.0.8):
- PiwikPROSDK (= 1.1.10)
- React-Core
- react-native-safe-area-context (3.4.1):
- React-Core
Expand Down Expand Up @@ -393,7 +393,7 @@ SPEC CHECKSUMS:
FBLazyVector: fa8275d5086566e22a26ddc385ab5772e7f9b1bd
FBReactNativeSpec: 38a53537e3ddc3e3a850a18d1742735042e98d03
glog: 73c2498ac6884b13ede40eda8228cb1eee9d9d62
PiwikPROSDK: 360eeaea503b34d190aaf4e05060dbcd22a4ab26
PiwikPROSDK: a103daabb4cb6545832d755783fceaf802a0171a
RCT-Folly: ec7a233ccc97cc556cf7237f0db1ff65b986f27c
RCTRequired: f85fa00af016059cf88b90b8f8ff9a6af9e4b6c3
RCTTypeSafety: 5279aaf0fb1ad715cbbbbee32d5c98c72598bc9c
Expand All @@ -405,7 +405,7 @@ SPEC CHECKSUMS:
React-jsi: 64f80675a66899bf0f4a58b8e3908966fa516234
React-jsiexecutor: 8c077bef1c64430b6034f27df1000d194551e2eb
React-jsinspector: d4f6973dd474357dbaaf6f52f31ffc713bf3e766
react-native-piwik-pro-sdk: baa68cec4c19218db33c0142c9ee87df62ccf67a
react-native-piwik-pro-sdk: bf6f4005b72c9bd8516640a46ba60db696dbc986
react-native-safe-area-context: 9e40fb181dac02619414ba1294d6c2a807056ab9
React-perflogger: 5a890ca0911669421b7611661e9b58f91c805f5c
React-RCTActionSheet: bd180e0879f8424a73650c5c28fbef4f3b5b27fb
Expand Down
Empty file added gradlew
Empty file.
Loading

0 comments on commit 317203e

Please sign in to comment.