Skip to content

Commit

Permalink
fix: fix ik constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
avivian committed Sep 8, 2021
1 parent f46b30f commit 0ff4624
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,6 @@ dependencies {
implementation 'androidx.core:core-ktx:1.3.2'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.1'
implementation 'app.rive:rive-android:0.2.13'
implementation 'app.rive:rive-android:0.2.14'
implementation 'com.android.volley:volley:1.2.0'
}
14 changes: 7 additions & 7 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -307,10 +307,10 @@ PODS:
- React-Core (= 0.63.4)
- React-cxxreact (= 0.63.4)
- React-jsi (= 0.63.4)
- rive-react-native (2.1.27):
- rive-react-native (2.1.31):
- React-Core
- RiveRuntime (= 0.15.5)
- RiveRuntime (0.15.5)
- RiveRuntime (= 0.15.8)
- RiveRuntime (0.15.8)
- RNCMaskedView (0.1.11):
- React
- RNCPicker (1.16.0):
Expand Down Expand Up @@ -524,7 +524,7 @@ SPEC CHECKSUMS:
React-jsi: a0418934cf48f25b485631deb27c64dc40fb4c31
React-jsiexecutor: 93bd528844ad21dc07aab1c67cb10abae6df6949
React-jsinspector: 58aef7155bc9a9683f5b60b35eccea8722a4f53a
react-native-safe-area-context: f0906bf8bc9835ac9a9d3f97e8bde2a997d8da79
react-native-safe-area-context: e471852c5ed67eea4b10c5d9d43c1cebae3b231d
React-RCTActionSheet: 89a0ca9f4a06c1f93c26067af074ccdce0f40336
React-RCTAnimation: 1bde3ecc0c104c55df246eda516e0deb03c4e49b
React-RCTBlob: a97d378b527740cc667e03ebfa183a75231ab0f0
Expand All @@ -535,9 +535,9 @@ SPEC CHECKSUMS:
React-RCTText: 5c51df3f08cb9dedc6e790161195d12bac06101c
React-RCTVibration: ae4f914cfe8de7d4de95ae1ea6cc8f6315d73d9d
ReactCommon: 73d79c7039f473b76db6ff7c6b159c478acbbb3b
rive-react-native: 9ecc9311646d76ad6ca504b8ef3e7232f4d6b502
RiveRuntime: 4883c2247c7b953cb15c3fd37e95db80b121f6de
RNCMaskedView: 0e1bc4bfa8365eba5fbbb71e07fbdc0555249489
rive-react-native: 6e766c1f3ba97353a563d596fe86f78868155ade
RiveRuntime: 06472caa79fbb6815b27b475f777cf5543d1813f
RNCMaskedView: f127cd9652acfa31b91dcff613e07ba18b774db6
RNCPicker: 918e98b54a141791e99614b1c320ef2e58300490
RNGestureHandler: a479ebd5ed4221a810967000735517df0d2db211
RNReanimated: 70f662b5232dd5d19ccff581e919a54ea73df51c
Expand Down
2 changes: 1 addition & 1 deletion rive-react-native.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Pod::Spec.new do |s|
s.source_files = "ios/**/*.{h,m,mm,swift}"

s.dependency "React-Core"
s.dependency "RiveRuntime", "0.15.5"
s.dependency "RiveRuntime", "0.15.8"
end

0 comments on commit 0ff4624

Please sign in to comment.