Skip to content

Commit

Permalink
fix: update android build gradle with new version fix and update exam…
Browse files Browse the repository at this point in the history
…ple ios project podfile
  • Loading branch information
zplata committed Feb 22, 2022
1 parent 2e77b8e commit ffdec23
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,7 @@ 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:2.0.18'
implementation 'app.rive:rive-android:2.0.19'
implementation "androidx.startup:startup-runtime:1.1.0"
// implementation files("/Users/maxwelltalbot/development/rive/rive-android/kotlin/build/outputs/aar/kotlin-release.aar")
implementation 'com.android.volley:volley:1.2.0'
}
10 changes: 5 additions & 5 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ PODS:
- React-Core (= 0.63.4)
- React-cxxreact (= 0.63.4)
- React-jsi (= 0.63.4)
- rive-react-native (2.1.31):
- rive-react-native (2.1.35):
- React-Core
- RiveRuntime (= 0.15.8)
- RiveRuntime (0.15.8)
Expand Down Expand Up @@ -524,7 +524,7 @@ SPEC CHECKSUMS:
React-jsi: a0418934cf48f25b485631deb27c64dc40fb4c31
React-jsiexecutor: 93bd528844ad21dc07aab1c67cb10abae6df6949
React-jsinspector: 58aef7155bc9a9683f5b60b35eccea8722a4f53a
react-native-safe-area-context: e471852c5ed67eea4b10c5d9d43c1cebae3b231d
react-native-safe-area-context: f0906bf8bc9835ac9a9d3f97e8bde2a997d8da79
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: 6e766c1f3ba97353a563d596fe86f78868155ade
rive-react-native: f496fc6f258347c2389eed9b2270ac543dfd0df7
RiveRuntime: 06472caa79fbb6815b27b475f777cf5543d1813f
RNCMaskedView: f127cd9652acfa31b91dcff613e07ba18b774db6
RNCMaskedView: 0e1bc4bfa8365eba5fbbb71e07fbdc0555249489
RNCPicker: 918e98b54a141791e99614b1c320ef2e58300490
RNGestureHandler: a479ebd5ed4221a810967000735517df0d2db211
RNReanimated: 70f662b5232dd5d19ccff581e919a54ea73df51c
Expand All @@ -548,4 +548,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 7a60b8501923e113027edc977b6f9c8e43435501

COCOAPODS: 1.10.1
COCOAPODS: 1.11.2
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-RiveReactNativeExample/Pods-RiveReactNativeExample-frameworks.sh",
"${PODS_XCFRAMEWORKS_BUILD_DIR}/OpenSSL/OpenSSL.framework/OpenSSL",
"${PODS_XCFRAMEWORKS_BUILD_DIR}/OpenSSL-Universal/OpenSSL.framework/OpenSSL",
"${PODS_XCFRAMEWORKS_BUILD_DIR}/RiveRuntime/RiveRuntime.framework/RiveRuntime",
);
name = "[CP] Embed Pods Frameworks";
Expand Down

0 comments on commit ffdec23

Please sign in to comment.