Skip to content

Commit

Permalink
release 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas committed Jun 7, 2017
1 parent 1586266 commit 9fe0b0d
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ repositories {
dependencies {
compile fileTree(dir: "libs", include: ["*.jar"])
compile 'com.android.support:appcompat-v7:25.1.0'
compile 'io.anyline:anylinesdk:3.12.0@aar'
compile 'io.anyline:anylinesdk:3.13.0@aar'
compile 'com.google.android.gms:play-services-vision:10.0.1'
compile 'com.android.support:design:25.1.0'
compile "com.facebook.react:react-native:+" // From node_modules
Expand Down
2 changes: 1 addition & 1 deletion example/Anyline/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ DerivedData
*.ipa
*.xcuserstate
project.xcworkspace

ios/Pods
# Android/IntelliJ
#
build/
Expand Down
37 changes: 37 additions & 0 deletions example/Anyline/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
PODS:
- Anyline (3.11.0)
- AnylineReact (3.12.0):
- Anyline
- React
- React (0.42.3):
- React/Core (= 0.42.3)
- React/Core (0.42.3):
- React/cxxreact
- Yoga (= 0.42.3.React)
- React/cxxreact (0.42.3):
- React/jschelpers
- React/jschelpers (0.42.3)
- Yoga (0.42.3.React)

DEPENDENCIES:
- AnylineReact (from `../node_modules/anyline-ocr-react-native-module/ios`)
- React (from `../node_modules/react-native`)
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)

EXTERNAL SOURCES:
AnylineReact:
:path: ../node_modules/anyline-ocr-react-native-module/ios
React:
:path: ../node_modules/react-native
Yoga:
:path: ../node_modules/react-native/ReactCommon/yoga

SPEC CHECKSUMS:
Anyline: 53f5f57972c6423162399d4509b682647256c670
AnylineReact: cb45980cca09a3569c7b96a043c50ed34c6c4e8d
React: 35e039680feacd0563677d49ba410112d2748559
Yoga: 86ce777665c8259b94ef8dbea76b84634237f4ea

PODFILE CHECKSUM: 6822f4345c968c4b67919470057215fbc730a4b3

COCOAPODS: 1.2.0
9 changes: 9 additions & 0 deletions example/Anyline/jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true
},
"exclude": [
"node_modules"
]
}

0 comments on commit 9fe0b0d

Please sign in to comment.