Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
## 3.2.0

### Changed

- Upgraded Android dependencies: 18.+ for Facebook SDK. Please update your AndroidManifest.xml and strings.xml according to the readme.

## 3.1.0

### Changed
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@klippa/nativescript-login",
"version": "3.2.0",
"version": "3.1.0",
"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",
"main": "login",
"typings": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/platforms/android/include.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ dependencies {
def googlePlayServicesVersion = project.hasProperty('googlePlayServicesVersion') ? project.googlePlayServicesVersion : "18.0.0"
implementation "com.google.android.gms:play-services-auth:$googlePlayServicesVersion"

def facebookSDKVersion = project.hasProperty('facebookSDKVersion') ? project.facebookSDKVersion : "18.+"
def facebookSDKVersion = project.hasProperty('facebookSDKVersion') ? project.facebookSDKVersion : "12.+"
implementation "com.facebook.android:facebook-login:$facebookSDKVersion"
}
2 changes: 1 addition & 1 deletion src/platforms/ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pod 'GoogleSignIn','~> 5.0'
pod 'FBSDKLoginKit','~> 18.0'
pod 'FBSDKLoginKit','~> 12.0'
Loading