githuboftigran / rn-range-slider

A native slider with range
MIT License
237 stars 133 forks source link

Update compileSdkVersion and targetSdkVersion #19

Closed Doko-Demo-Doa closed 5 years ago

Doko-Demo-Doa commented 5 years ago

This PR solves an error when trying to build release APK using ./gradlew assembleRelease by having it target API 28. It will be compatible with future Android X migration also.

It might be a breaking change, so you might want to modify your release number.

Doko-Demo-Doa commented 5 years ago

Added a podspec file for RN 0.60 and up's autolinking feature.