Bridouille / android-beacon-scanner

A simple android iBeacon, AltBeacon, Eddystone and RuuviTag beacon scanner
https://play.google.com/store/apps/details?id=com.bridou_n.beaconscanner
330 stars 108 forks source link

Update build tools to 27.0.3 #16

Closed Rudloff closed 6 years ago

Rudloff commented 6 years ago

Hello,

It is the latest 27 release.

Bridouille commented 6 years ago

Hi! Thanks for the PR. With the gradle plugin 3.+ we don't need anymore to specify the build tools version.

See: https://developer.android.com/studio/releases/gradle-plugin Keep in mind, you no longer need to specify a version for the build tools using the android.buildToolsVersion property—the plugin uses the minimum required version by default.

We could simply remove that line and update the gradle plugin version to 3.1.0 as well.

Rudloff commented 6 years ago

You're right, it would be even better. Do you want me to update my pull request or do you want to do it?

Bridouille commented 6 years ago

You can do it if you want to 👍! But there's no real benefit.