Skip to content

Conversation

@mattshen
Copy link
Contributor

The latest IOS SDKs fixes some push notification problems.
Also, I did same change to Android SDK...

@bradbyte bradbyte changed the title To use latest Twilio SDKs Update Twilio SDKs (0.17.1/0.12.1) Apr 7, 2017
@bradbyte
Copy link
Contributor

bradbyte commented Apr 7, 2017

Thanks! I tried bumping the podspec and build.gradle files but didn't have access... they should be like this.

ios/RCTTwilioChat.podspec

  s.version      = "0.1.1"

android/build.gradle

defaultConfig {
  minSdkVersion 19
  targetSdkVersion 23
  versionCode 11
   versionName "0.1.1"
}

Example/package.json

// replace react-native-twilio-ip-messaging
"dependencies": {
  "react-native-twilio-ip-chat": "^0.1.1"
}

@mattshen
Copy link
Contributor Author

mattshen commented Apr 8, 2017

Hi @bradbumbalough, I've changed the version numbers in the files you've mentioned. Hope I didn't miss anything.

~Cheers

@bradbyte bradbyte self-requested a review April 12, 2017 13:39
@bradbyte bradbyte self-assigned this Apr 12, 2017
@bradbyte bradbyte merged commit 98323a2 into ccm-innovation:master May 8, 2017
@bradbyte
Copy link
Contributor

bradbyte commented May 8, 2017

Released in 0.3.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants