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' }