f2prateek / dart

Extras binding and intent builders for Android apps.
Apache License 2.0
1.19k stars 88 forks source link

Fix proguard error #108

Closed Malinskiy closed 8 years ago

Malinskiy commented 8 years ago

Remove dart-common from dependencies of henson, since they're not needed and produce warnings with Proguard, javax.lang.model package in particular

dlemures commented 8 years ago

Thx @Malinskiy