Skip to content

Commit

Permalink
Update android and ios native SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Husseinhj committed Nov 17, 2020
1 parent e0e4473 commit bf593c9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
3 changes: 2 additions & 1 deletion ChabokPush/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## v1.1.2
- Update Chabok android SDK ([v3.4.0](https://github.com/chabok-io/chabok-client-android/releases/tag/v3.4.0))
- Update Chabok android SDK ([v3.4.1](https://github.com/chabok-io/chabok-client-android/releases/tag/v3.4.1))
- Update Chabok iOS SDK ([v2.2.1](https://github.com/chabok-io/chabok-client-ios/releases/tag/v2.2.1))

## v1.1.1
- Update Chabok iOS SDK ([v2.2.0](https://github.com/chabok-io/chabok-client-ios/releases/tag/v2.2.0))
Expand Down
4 changes: 2 additions & 2 deletions ChabokPush/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<framework src="com.android.installreferrer:installreferrer:1.1.1" />
<framework src="src/android/build.gradle" custom="true" type="gradleReference" />

<framework src="com.adpdigital.push:chabok-lib:3.4.0" />
<framework src="com.adpdigital.push:chabok-lib:3.4.1" />
<!-- END Add frameworks -->

<config-file parent="/*"
Expand Down Expand Up @@ -120,7 +120,7 @@
<source url="https://github.com/CocoaPods/Specs.git"/>
</config>
<pods use-frameworks="true">
<pod name="ChabokPush" spec="~> 2.2.0"/>
<pod name="ChabokPush" spec="~> 2.2.1"/>
</pods>
</podspec>
</platform>
Expand Down
7 changes: 5 additions & 2 deletions chabok-starter-cordova/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "Apache Cordova Team",
"license": "Apache-2.0",
"dependencies": {
"com.chabokpush.cordova": "^1.0.0",
"com.chabokpush.cordova": "^1.2.0",
"cordova-android": "^8.1.0",
"cordova-ios": "^5.1.1"
},
Expand All @@ -23,7 +23,10 @@
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"com.chabokpush.cordova": {}
"com.chabokpush.cordova": {
"CHABOK_ENVIRONMENT": "SANDBOX",
"CHABOK_LOGLEVEL": "VERBOSE"
}
},
"platforms": [
"android",
Expand Down

0 comments on commit bf593c9

Please sign in to comment.