Skip to content

Commit 8c00eb7

Browse files
Merge pull request #40 from apphud/feature/sdk-updates
feat: updated sdk
2 parents a08404b + 1e357b2 commit 8c00eb7

File tree

6 files changed

+19
-112
lines changed

6 files changed

+19
-112
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99

1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:3.2.1'
11+
classpath 'com.android.tools.build:gradle:4.1.3'
1212
// noinspection DifferentKotlinGradleVersion
1313
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1414
}
@@ -127,6 +127,6 @@ dependencies {
127127
// noinspection GradleDynamicVersion
128128
api 'com.facebook.react:react-native:+'
129129
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
130-
implementation 'com.github.apphud:ApphudSDK-Android:1.5.5'
130+
implementation 'com.github.apphud:ApphudSDK-Android:1.6.4'
131131
implementation 'com.android.billingclient:billing:4.0.0'
132132
}

example/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ buildscript {
66
minSdkVersion = 16
77
compileSdkVersion = 29
88
targetSdkVersion = 29
9-
kotlinVersion = '1.5.0'
9+
kotlinVersion = '1.6.10'
1010
}
1111
repositories {
1212
google()
1313
jcenter()
1414
}
1515
dependencies {
16-
classpath("com.android.tools.build:gradle:3.5.3")
16+
classpath('com.android.tools.build:gradle:4.1.3')
1717

1818
// NOTE: Do not place your application dependencies here; they belong
1919
// in the individual module build.gradle files
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
#Wed Aug 17 14:45:54 MSK 2022
12
distributionBase=GRADLE_USER_HOME
23
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.2-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip

example/ios/Podfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ target 'ApphudSdkExample' do
1515
#
1616
# Note that if you have use_frameworks! enabled, Flipper will not work and
1717
# you should disable these next few lines.
18-
use_flipper!({ 'Flipper-Folly' => '2.3.0' })
19-
pod 'RNVectorIcons', :path => '../node_modules/react-native-vector-icons'
18+
#use_flipper!({ 'Flipper-Folly' => '2.3.0' })
19+
#pod 'RNVectorIcons', :path => '../node_modules/react-native-vector-icons'
2020

21-
post_install do |installer|
22-
flipper_post_install(installer)
23-
end
21+
#post_install do |installer|
22+
# flipper_post_install(installer)
23+
#end
2424
end

example/ios/Podfile.lock

Lines changed: 7 additions & 101 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
PODS:
2-
- ApphudSDK (2.5.7)
2+
- ApphudSDK (2.8.6)
33
- boost-for-react-native (1.63.0)
4-
- CocoaAsyncSocket (7.6.5)
5-
- CocoaLibEvent (1.0.0)
64
- DoubleConversion (1.1.6)
75
- FBLazyVector (0.63.4)
86
- FBReactNativeSpec (0.63.4):
@@ -12,52 +10,6 @@ PODS:
1210
- React-Core (= 0.63.4)
1311
- React-jsi (= 0.63.4)
1412
- ReactCommon/turbomodule/core (= 0.63.4)
15-
- Flipper (0.54.0):
16-
- Flipper-Folly (~> 2.2)
17-
- Flipper-RSocket (~> 1.1)
18-
- Flipper-DoubleConversion (1.1.7)
19-
- Flipper-Folly (2.3.0):
20-
- boost-for-react-native
21-
- CocoaLibEvent (~> 1.0)
22-
- Flipper-DoubleConversion
23-
- Flipper-Glog
24-
- OpenSSL-Universal (= 1.0.2.20)
25-
- Flipper-Glog (0.3.6)
26-
- Flipper-PeerTalk (0.0.4)
27-
- Flipper-RSocket (1.1.1):
28-
- Flipper-Folly (~> 2.3)
29-
- FlipperKit (0.54.0):
30-
- FlipperKit/Core (= 0.54.0)
31-
- FlipperKit/Core (0.54.0):
32-
- Flipper (~> 0.54.0)
33-
- FlipperKit/CppBridge
34-
- FlipperKit/FBCxxFollyDynamicConvert
35-
- FlipperKit/FBDefines
36-
- FlipperKit/FKPortForwarding
37-
- FlipperKit/CppBridge (0.54.0):
38-
- Flipper (~> 0.54.0)
39-
- FlipperKit/FBCxxFollyDynamicConvert (0.54.0):
40-
- Flipper-Folly (~> 2.2)
41-
- FlipperKit/FBDefines (0.54.0)
42-
- FlipperKit/FKPortForwarding (0.54.0):
43-
- CocoaAsyncSocket (~> 7.6)
44-
- Flipper-PeerTalk (~> 0.0.4)
45-
- FlipperKit/FlipperKitHighlightOverlay (0.54.0)
46-
- FlipperKit/FlipperKitLayoutPlugin (0.54.0):
47-
- FlipperKit/Core
48-
- FlipperKit/FlipperKitHighlightOverlay
49-
- FlipperKit/FlipperKitLayoutTextSearchable
50-
- YogaKit (~> 1.18)
51-
- FlipperKit/FlipperKitLayoutTextSearchable (0.54.0)
52-
- FlipperKit/FlipperKitNetworkPlugin (0.54.0):
53-
- FlipperKit/Core
54-
- FlipperKit/FlipperKitReactPlugin (0.54.0):
55-
- FlipperKit/Core
56-
- FlipperKit/FlipperKitUserDefaultsPlugin (0.54.0):
57-
- FlipperKit/Core
58-
- FlipperKit/SKIOSNetworkPlugin (0.54.0):
59-
- FlipperKit/Core
60-
- FlipperKit/FlipperKitNetworkPlugin
6113
- Folly (2020.01.13.00):
6214
- boost-for-react-native
6315
- DoubleConversion
@@ -68,9 +20,6 @@ PODS:
6820
- DoubleConversion
6921
- glog
7022
- glog (0.3.5)
71-
- OpenSSL-Universal (1.0.2.20):
72-
- OpenSSL-Universal/Static (= 1.0.2.20)
73-
- OpenSSL-Universal/Static (1.0.2.20)
7423
- RCTRequired (0.63.4)
7524
- RCTTypeSafety (0.63.4):
7625
- FBLazyVector (= 0.63.4)
@@ -238,7 +187,7 @@ PODS:
238187
- React-jsi (= 0.63.4)
239188
- React-jsinspector (0.63.4)
240189
- react-native-apphud-sdk (1.0.7):
241-
- ApphudSDK (= 2.5.7)
190+
- ApphudSDK (= 2.8.6)
242191
- React-Core
243192
- react-native-safe-area-context (3.1.9):
244193
- React-Core
@@ -313,33 +262,12 @@ PODS:
313262
- RNVectorIcons (8.0.0):
314263
- React-Core
315264
- Yoga (1.14.0)
316-
- YogaKit (1.18.1):
317-
- Yoga (~> 1.14)
318265

319266
DEPENDENCIES:
320267
- ApphudSDK (from `https://github.com/apphud/ApphudSDK.git`, branch `master`)
321268
- DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
322269
- FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
323270
- FBReactNativeSpec (from `../node_modules/react-native/Libraries/FBReactNativeSpec`)
324-
- Flipper (~> 0.54.0)
325-
- Flipper-DoubleConversion (= 1.1.7)
326-
- Flipper-Folly (= 2.3.0)
327-
- Flipper-Glog (= 0.3.6)
328-
- Flipper-PeerTalk (~> 0.0.4)
329-
- Flipper-RSocket (~> 1.1)
330-
- FlipperKit (~> 0.54.0)
331-
- FlipperKit/Core (~> 0.54.0)
332-
- FlipperKit/CppBridge (~> 0.54.0)
333-
- FlipperKit/FBCxxFollyDynamicConvert (~> 0.54.0)
334-
- FlipperKit/FBDefines (~> 0.54.0)
335-
- FlipperKit/FKPortForwarding (~> 0.54.0)
336-
- FlipperKit/FlipperKitHighlightOverlay (~> 0.54.0)
337-
- FlipperKit/FlipperKitLayoutPlugin (~> 0.54.0)
338-
- FlipperKit/FlipperKitLayoutTextSearchable (~> 0.54.0)
339-
- FlipperKit/FlipperKitNetworkPlugin (~> 0.54.0)
340-
- FlipperKit/FlipperKitReactPlugin (~> 0.54.0)
341-
- FlipperKit/FlipperKitUserDefaultsPlugin (~> 0.54.0)
342-
- FlipperKit/SKIOSNetworkPlugin (~> 0.54.0)
343271
- Folly (from `../node_modules/react-native/third-party-podspecs/Folly.podspec`)
344272
- glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
345273
- RCTRequired (from `../node_modules/react-native/Libraries/RCTRequired`)
@@ -376,17 +304,6 @@ DEPENDENCIES:
376304
SPEC REPOS:
377305
trunk:
378306
- boost-for-react-native
379-
- CocoaAsyncSocket
380-
- CocoaLibEvent
381-
- Flipper
382-
- Flipper-DoubleConversion
383-
- Flipper-Folly
384-
- Flipper-Glog
385-
- Flipper-PeerTalk
386-
- Flipper-RSocket
387-
- FlipperKit
388-
- OpenSSL-Universal
389-
- YogaKit
390307

391308
EXTERNAL SOURCES:
392309
ApphudSDK:
@@ -461,27 +378,17 @@ EXTERNAL SOURCES:
461378

462379
CHECKOUT OPTIONS:
463380
ApphudSDK:
464-
:commit: 1cd697a40d8a4bce468a5565d7927f694fece1c8
381+
:commit: 3d299069829053f3fb0d93a693107bd688aec1fa
465382
:git: https://github.com/apphud/ApphudSDK.git
466383

467384
SPEC CHECKSUMS:
468-
ApphudSDK: 55201c311a0a24ede1040664ca0a17f188305e54
385+
ApphudSDK: 244d8554b544459d897ce47f6738d69ffb71792e
469386
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
470-
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
471-
CocoaLibEvent: 2fab71b8bd46dd33ddb959f7928ec5909f838e3f
472387
DoubleConversion: cde416483dac037923206447da6e1454df403714
473388
FBLazyVector: 3bb422f41b18121b71783a905c10e58606f7dc3e
474389
FBReactNativeSpec: f2c97f2529dd79c083355182cc158c9f98f4bd6e
475-
Flipper: be611d4b742d8c87fbae2ca5f44603a02539e365
476-
Flipper-DoubleConversion: 38631e41ef4f9b12861c67d17cb5518d06badc41
477-
Flipper-Folly: e4493b013c02d9347d5e0cb4d128680239f6c78a
478-
Flipper-Glog: 1dfd6abf1e922806c52ceb8701a3599a79a200a6
479-
Flipper-PeerTalk: 116d8f857dc6ef55c7a5a75ea3ceaafe878aadc9
480-
Flipper-RSocket: a3acb8812d6adf127deb0a5edae2793b97e6b641
481-
FlipperKit: ab353d41aea8aae2ea6daaf813e67496642f3d7d
482390
Folly: b73c3869541e86821df3c387eb0af5f65addfab4
483391
glog: 40a13f7840415b9a77023fbcae0f1e6f43192af3
484-
OpenSSL-Universal: ff34003318d5e1163e9529b08470708e389ffcdd
485392
RCTRequired: 082f10cd3f905d6c124597fd1c14f6f2655ff65e
486393
RCTTypeSafety: 8c9c544ecbf20337d069e4ae7fd9a377aadf504b
487394
React: b0a957a2c44da4113b0c4c9853d8387f8e64e615
@@ -492,7 +399,7 @@ SPEC CHECKSUMS:
492399
React-jsi: a0418934cf48f25b485631deb27c64dc40fb4c31
493400
React-jsiexecutor: 93bd528844ad21dc07aab1c67cb10abae6df6949
494401
React-jsinspector: 58aef7155bc9a9683f5b60b35eccea8722a4f53a
495-
react-native-apphud-sdk: 5e68c514b47cf37e7c59bd2cb895a12d6139ee92
402+
react-native-apphud-sdk: 7ff566a350960b0ecb3fa577d8244b30be7dc510
496403
react-native-safe-area-context: b6e0e284002381d2ff29fa4fff42b4d8282e3c94
497404
React-RCTActionSheet: 89a0ca9f4a06c1f93c26067af074ccdce0f40336
498405
React-RCTAnimation: 1bde3ecc0c104c55df246eda516e0deb03c4e49b
@@ -510,8 +417,7 @@ SPEC CHECKSUMS:
510417
RNScreens: b6c9607e6fe47c1b6e2f1910d2acd46dd7ecea3a
511418
RNVectorIcons: f67a1abce2ec73e62fe4606e8110e95a832bc859
512419
Yoga: 4bd86afe9883422a7c4028c00e34790f560923d6
513-
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
514420

515-
PODFILE CHECKSUM: f780c45eee855d325247de0c3fa0e07b0296d758
421+
PODFILE CHECKSUM: c1ffe5e1cfd925f00c6a8695775eabb479d2c723
516422

517-
COCOAPODS: 1.10.1
423+
COCOAPODS: 1.11.3

react-native-apphud-sdk.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ Pod::Spec.new do |s|
1818

1919

2020
s.dependency "React-Core"
21-
s.dependency "ApphudSDK", "2.5.7"
21+
s.dependency "ApphudSDK", "2.8.6"
2222
end

0 commit comments

Comments
 (0)