You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i'm working in a fresh react-native installation and decided to try this module, but there's a mismatch of versions in buildToolsVersion, which in this module is currently set to 23.0.1 and my project is using 26... Minimum required is 25, so I successfully changed it locally in your module's android/build.gradle and compiled fine.
Is there any important reason the buildToolsVersion is so low ?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi, i'm working in a fresh react-native installation and decided to try this module, but there's a mismatch of versions in
buildToolsVersion
, which in this module is currently set to23.0.1
and my project is using26
... Minimum required is 25, so I successfully changed it locally in your module'sandroid/build.gradle
and compiled fine.Is there any important reason the
buildToolsVersion
is so low ?Thanks!
The text was updated successfully, but these errors were encountered: