From ecca15909a2233b459c1ddbcf96c3dd302a431e3 Mon Sep 17 00:00:00 2001 From: Pranav Chauhan Date: Sun, 1 Dec 2019 19:22:56 +0530 Subject: [PATCH] - upgrading native libraries --- Example/ios/Podfile | 2 +- README.md | 2 +- android/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Example/ios/Podfile b/Example/ios/Podfile index 4f5fbee..75dd9bb 100644 --- a/Example/ios/Podfile +++ b/Example/ios/Podfile @@ -45,7 +45,7 @@ target 'Example' do use_frameworks! - pod 'MaterialShowcase', :git => 'https://github.com/prscX/material-showcase-ios', :branch => 'swift-version-fix' + pod 'MaterialShowcase' end diff --git a/README.md b/README.md index db1ab4d..1a2e975 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ This library is a React Native bridge around native app tour libraries. It allow use_frameworks! - pod 'MaterialShowcase', :git => 'https://github.com/prscX/material-showcase-ios', :branch => 'swift-version-fix' + pod 'MaterialShowcase' ``` - **Android** diff --git a/android/build.gradle b/android/build.gradle index ced7c4f..8b4279a 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -40,5 +40,5 @@ repositories { dependencies { implementation 'com.facebook.react:react-native:+' - implementation 'com.getkeepsafe.taptargetview:taptargetview:1.12.0' + implementation 'com.getkeepsafe.taptargetview:taptargetview:1.13.0' }