rosjava / android_core

Android libraries for rosjava
146 stars 166 forks source link

packageName deprecated in android plugin 0.11 #212

Open stonier opened 10 years ago

stonier commented 10 years ago

As notified in the android studio's list of recent changes.

Just switch instances of packageName in each build.gradle to applicationId.

rking788 commented 9 years ago

I think in newer versions of gradle it will complain about library projects defining an applicationId field. So this field should probably be removed except for the tutorial projects.

stonier commented 9 years ago

Aight.