Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas committed May 11, 2017
1 parent d569d52 commit 1586266
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ repositories {
dirs 'libs'
}
maven {
url 'https://anylinesdk.blob.core.windows.net/testing/'
url 'https://anylinesdk.blob.core.windows.net/maven/'
}
}

dependencies {
compile fileTree(dir: "libs", include: ["*.jar"])
compile 'com.android.support:appcompat-v7:25.1.0'
compile 'io.anyline:anylinesdk:3.12.0-RC3@aar'
compile 'io.anyline:anylinesdk:3.12.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/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ allprojects {
url "$rootDir/../node_modules/react-native/android"
}
maven {
url 'https://anylinesdk.blob.core.windows.net/testing/'
url 'https://anylinesdk.blob.core.windows.net/maven/'
}
}
}
2 changes: 1 addition & 1 deletion ios/AnylineReact.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/Anyline/anyline-ocr-react-native-module"

s.license = "MIT"
s.platform = :ios, "8.2"
s.platform = :ios, "8"

s.source = { :git => "https://github.com/Anyline/anyline-ocr-react-native-module.git", :tag => "#{s.version}" }

Expand Down

0 comments on commit 1586266

Please sign in to comment.