moagrius / TileView

TileView is a subclass of android.view.ViewGroup that asynchronously displays, pans and zooms tile-based images. Plugins are available for features like markers, hotspots, and path drawing.
MIT License
1.46k stars 337 forks source link

Replacement of "compile" with "implementation" #475

Closed ardacebi closed 6 years ago

ardacebi commented 6 years ago

As "compile" is going to be deprecated end-2018, this PR replaces with "implementation" that is the new usage.

p-lr commented 6 years ago

Btw, this could be extended to tileview/build.gradle, where two compile statements can be replaced. I've done this on other projects recently, it works.

ardacebi commented 6 years ago

Completely forgot those, those need to be changed too.

ardacebi commented 6 years ago

Done!

moagrius commented 6 years ago

i don't see any new commits?

p-lr commented 6 years ago

@TurboProgramming you pushed inside your master branch instead of patch-1. That's why we don't see the new changes.