Skip to content

Commit

Permalink
- upgrading native libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
prscms committed Dec 1, 2019
1 parent f5103e3 commit ecca159
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

0 comments on commit ecca159

Please sign in to comment.