Skip to content

Commit

Permalink
added Release SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslaux committed Jun 8, 2018
1 parent 048e57c commit 19df136
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/RNExampleApp/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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/'
}
}
}
4 changes: 2 additions & 2 deletions plugin/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:26.1.0'
compile 'io.anyline:anylinesdk:3.25.0-RC5@aar'
compile 'io.anyline:anylinesdk:3.25.0@aar'
compile 'com.google.android.gms:play-services-vision:12.0.1'
compile 'com.android.support:design:26.1.0'
compile "com.facebook.react:react-native:+" // From node_modules
Expand Down
2 changes: 1 addition & 1 deletion plugin/ios/AnylineReact.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ Pod::Spec.new do |s|
s.source_files = "*.{h,m}"

s.dependency "React"
s.dependency "Anyline", "~> 3.24.0"
s.dependency "Anyline", "~> 3.25.0"
end

0 comments on commit 19df136

Please sign in to comment.