Skip to content

Commit

Permalink
Merge pull request #164 from m1ga/androidUpdate
Browse files Browse the repository at this point in the history
feat(android): update socket deps
  • Loading branch information
hansemannn committed Jul 30, 2022
2 parents 0c02a47 + 0ea973d commit ef1ef5e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@

## Requirements

- [x] Android: Titanium SDK 7.0.0+
- [x] Android: Titanium SDK 9.0.0+
- [x] iOS: Titanium SDK 7.4.0+ / Xcode 10.2 / Swift 5.0+

> 💡 The iOS module is built with Swift 5.0 and you need to have the same Swift version installed to be able to use this module. You can check your current Swift version by using swift -v from the terminal.
> 💡 The Android module version 4.x will support Socket.io Server 3.x/4.x
## Getting started

Install the module to your project or globally by copying it into the modules folder. After that enable it in your tiapp.xml.
Expand Down Expand Up @@ -102,13 +104,12 @@ Based on the [socket.io-client-java](https://github.com/socketio/socket.io-clien
## Contributions

Open source contributions are greatly appreciated! If you have a bugfix, improvement or new feature, please create
[an issue](https://github.com/appcelerator-modules/titanium-socketio/issues/new) first and submit a [pull request](https://github.com/appcelerator-modules/titanium-socketio/pulls/new) against master.
[an issue](https://github.com/tidev/titanium-socketio/issues/new) first and submit a [pull request](https://github.com/tidev/titanium-socketio/pulls/new) against master.

## Getting Help

If you have questions about the Socket.IO module for Titanium, feel free to reach out on Stackoverflow or the
`#helpme` channel on [TiSlack](http://tislack.org). In case you find a bug, create a [new issue](/issues/new)
or open a [new JIRA ticket](https://jira.appcelerator.org).
`#helpme` channel on [TiSlack](http://tislack.org). In case you find a bug, create a [new issue](/issues/new).

## Legal

Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ buildscript {
}

dependencies {
implementation ('io.socket:socket.io-client:1.0.0') {
implementation ('io.socket:socket.io-client:2.1.0') {
// excluding org.json which is provided by Android
exclude group: 'org.json', module: 'json'
}
}
}
4 changes: 2 additions & 2 deletions android/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
version: 3.0.1
version: 4.0.0
apiversion: 4
architectures: arm64-v8a armeabi-v7a x86 x86_64
description: ti.socketio
Expand All @@ -16,4 +16,4 @@ moduleid: ti.socketio
guid: 65fbdc59-432f-40d8-8ea9-02799887db3c
platform: android
minsdk: 9.0.0
commonjs: true
commonjs: true

0 comments on commit ef1ef5e

Please sign in to comment.