githuboftigran / rn-range-slider

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

Update gradle configuration: #42

Closed timothyakampa closed 4 years ago

timothyakampa commented 4 years ago

Fix warnings with gradle configuration

WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.
It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html
Affected Modules: rn-range-slider

WARNING: The specified Android SDK Build Tools version (28.0.0) is ignored, as it is below the minimum supported version (28.0.3) for Android Gradle Plugin 3.4.2.
Android SDK Build Tools 28.0.3 will be used.
To suppress this warning, remove "buildToolsVersion '28.0.0'" from your build.gradle file, as each version of the Android Gradle Plugin now has a default version of the build tools.
Remove Build Tools version and sync project
Affected Modules: rn-range-slider
githuboftigran commented 4 years ago

Done