Skip to content

Commit

Permalink
Bump versions to 41.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Renato Neves Ribeiro committed Jul 28, 2022
1 parent 95becd0 commit bcdd21a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 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="40.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="41.0.0-rc1" 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="12.0" />
<preference name="SwiftVersion" value="4.2" />
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": "40.0.0",
"version": "41.0.0-rc1",
"description": "The cordova plugin for the Anyline SDK",
"cordova": {
"id": "io-anyline-cordova",
Expand Down
2 changes: 1 addition & 1 deletion 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="40.0.0">
version="41.0.0-rc1">

<name>AnylineSDK</name>

Expand Down
4 changes: 2 additions & 2 deletions plugin/src/android/anyline.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
repositories{
google()
jcenter()
maven { url 'https://anylinesdk.blob.core.windows.net/maven/'}
maven { url 'https://anylinesdk.blob.core.windows.net/testing/'}
flatDir {
dirs 'libs'
}
}

dependencies {
implementation 'io.anyline:anylinesdk:40.0.0'
implementation 'io.anyline:anylinesdk:41.0.0-rc1'
}

android {
Expand Down

0 comments on commit bcdd21a

Please sign in to comment.