firstfloorsoftware / flutter_sodium

Flutter bindings for libsodium
BSD 3-Clause "New" or "Revised" License
102 stars 46 forks source link

Build warning on android #2

Closed dbenninger closed 5 years ago

dbenninger commented 5 years ago

flutter_sodium works fine, thanks for the great work. I do get a deprecation warning when building on Android though:

Configuration 'compile' in project ':flutter_sodium' is deprecated. Use 'implementation' instead.

Versions: flutter_sodium: "^0.0.4" Gradle 4.8 Flutter 0.5.1

kozw commented 5 years ago

Valid point, will be looked at.