Skip to content

Commit

Permalink
Merge branch 'release/24.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerhard committed Oct 1, 2020
2 parents e704837 + b8d3cc5 commit 115af14
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion example/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="io.anyline.examples.cordova" version="24.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="io.anyline.examples.cordova" version="24.1.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Anyline Cordova Example</name>
<preference name="deployment-target" value="10.0" />
<preference name="SwiftVersion" value="4.2" />
Expand All @@ -26,4 +26,6 @@
</array>
</config-file>
</platform>
<plugin name="io-anyline-cordova" spec="../plugin" />
<engine name="ios" spec="~5.1.1" />
</widget>
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "anyline-cordova-example",
"version": "24.0.0",
"version": "24.1.0",
"description": "Cordova plugin for implementing Anyline",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "io-anyline-cordova",
"version": "24.0.0",
"version": "24.1.0",
"description": "The cordova plugin for the Anyline SDK",
"cordova": {
"id": "io-anyline-cordova",
Expand Down
4 changes: 2 additions & 2 deletions plugin/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="io-anyline-cordova"
version="24.0.0">
version="24.1.0">

<name>AnylineSDK</name>

Expand Down Expand Up @@ -44,7 +44,7 @@
<!-- <resource-file src="src/ios/anyline_sdk/AnylineResources.bundle"/>-->

<!-- Anyline Framework & Resource Bundle CocoaPods -->
<framework src="Anyline" type="podspec" swift-version="4.2" spec="~> 24"/>
<framework src="Anyline" type="podspec" swift-version="4.2" spec="~> 24.1"/>

<!-- <podspec>
<config>
Expand Down
2 changes: 1 addition & 1 deletion plugin/src/android/anyline.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories{
dependencies {
implementation 'com.google.firebase:firebase-ml-vision:19.0.2'
implementation 'com.google.firebase:firebase-ml-vision-face-model:17.0.2'
implementation 'io.anyline:anylinesdk:24-NoDocUI'
implementation 'io.anyline:anylinesdk:24.1-NoDocUI'
// implementation (name: 'anylinesdk-release-16', ext: 'aar')
}

Expand Down

0 comments on commit 115af14

Please sign in to comment.