webyonet / react-native-android-location-services-dialog-box

React Native Android Location Services Dialog Box
MIT License
182 stars 50 forks source link

Cannot find symbol Html.FROM_HTML_MODE_LEGACY #35

Closed MiceBishop closed 6 years ago

MiceBishop commented 6 years ago

According to this documentation this attribute has been introduced in api level 24, however the project specifies compileSdkVersion 23 in its build.gradle, thus causing the above error.

Changing the compileSdkVersion to 25 fixes it.

Introduced in 2.4.2 by https://github.com/webyonet/react-native-android-location-services-dialog-box/commit/34b3b7eb7d411d524c390b88b2410bc4774b8b7b.

webyonet commented 6 years ago

fix v2.4.2