Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add supportLibVersion safeguard in gradle build #3106

Merged
merged 1 commit into from
Oct 3, 2019

Conversation

cristeahub
Copy link
Contributor

Does any other open PR do the same thing?

Not that I can see

What issue is this PR fixing?

In 801614e support for react native 0.60.5 was added, however it didn't safely check if supportLibVersion was set, which broke my build. A simple change like this fixed this issue.

Commit message:

This change makes sure that we safely check to see if supportLibVersion
is set before we try to use this.

How did you test this PR?

Before this change nothing would build, but with this change it builds just fine.

This change makes sure that we safely check to see if supportLibVersion
is set before we try to use this.
@rborn rborn merged commit d6f89bd into react-native-maps:master Oct 3, 2019
yuheidapperapps added a commit to yuheidapperapps/react-native-maps that referenced this pull request Oct 15, 2019
* master: (31 commits)
  Wider Note column (prevent horisontal scroll) (react-native-maps#3130)
  replaced deprecated bridge.imageLoader calls with moduleForClass API (react-native-maps#3125)
  Implement onUserLocationChange in AIRMap (react-native-maps#2889)
  keep current mapType when taking snapshot (react-native-maps#3120)
  Add mapPadding on iOS maps (react-native-maps#3119)
  [iOS] Expose isAccessibilityElement as a prop (react-native-maps#3115)
  Add supportLibVersion safeguard in gradle build (react-native-maps#3106)
  [0.26.1] Release
  rn 0.60.5 support (react-native-maps#3020)
  "AIRMap" was not found in the UIManager IN "0.26.0" (react-native-maps#3103)
  [0.26.0] Release
  Add Heatmap back in (react-native-maps#3064)
  Fixes NPE while removing already removed marker. (react-native-maps#3032)
  Add flat property binding on Marker for iOS (react-native-maps#3051)
  Add heading to the onUserLocationChange listener (react-native-maps#3045)
  Add onDoublePress callback (react-native-maps#2937)
  Allow using onPanDrag while scrollEnabled=true (react-native-maps#2935)
  updating pods for compile error (react-native-maps#3011)
  add overlay onPress event (react-native-maps#3007)
  Fix playServicesVersion name in installation docs (react-native-maps#3016)
  ...
@@ -17,6 +17,7 @@ android {
}

dependencies {
def supportLibVersion = safeExtGet('supportLibVersion', '28.0.0')

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Work perfectly!

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

working perfectly!

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works fine! Any plan to release a patch version with this fix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants