Skip to content

Commit 8dbdbde

Browse files
authored
Merge pull request #79 from klippa-app/revert-78-upgrade-facebook-sdk
Revert "Upgrade facebook sdk to version 18"
2 parents 57664c4 + 1b93feb commit 8dbdbde

File tree

4 files changed

+3
-9
lines changed

4 files changed

+3
-9
lines changed

CHANGELOG.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
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-
71
## 3.1.0
82

93
### 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.2.0",
3+
"version": "3.1.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 : "18.+"
16+
def facebookSDKVersion = project.hasProperty('facebookSDKVersion') ? project.facebookSDKVersion : "12.+"
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','~> 18.0'
2+
pod 'FBSDKLoginKit','~> 12.0'

0 commit comments

Comments
 (0)