Skip to content

Commit 57664c4

Browse files
authored
Merge pull request #78 from joaomsg11/upgrade-facebook-sdk
Upgrade facebook sdk to version 18
2 parents 7df50f5 + 09b7c3a commit 57664c4

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 3.2.0
2+
3+
### Changed
4+
5+
- Upgraded Android dependencies: 18.+ for Facebook SDK. Please update your AndroidManifest.xml and strings.xml according to the readme.
6+
17
## 3.1.0
28

39
### Changed

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@klippa/nativescript-login",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "The best way to do social logins in NativeScript, a plugin with modern SDKs to allow authentication to various providers with access to all SDK features",
55
"main": "login",
66
"typings": "index.d.ts",

src/platforms/android/include.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ dependencies {
1313
def googlePlayServicesVersion = project.hasProperty('googlePlayServicesVersion') ? project.googlePlayServicesVersion : "18.0.0"
1414
implementation "com.google.android.gms:play-services-auth:$googlePlayServicesVersion"
1515

16-
def facebookSDKVersion = project.hasProperty('facebookSDKVersion') ? project.facebookSDKVersion : "12.+"
16+
def facebookSDKVersion = project.hasProperty('facebookSDKVersion') ? project.facebookSDKVersion : "18.+"
1717
implementation "com.facebook.android:facebook-login:$facebookSDKVersion"
1818
}

src/platforms/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pod 'GoogleSignIn','~> 5.0'
2-
pod 'FBSDKLoginKit','~> 12.0'
2+
pod 'FBSDKLoginKit','~> 18.0'

0 commit comments

Comments
 (0)