Yelp / parcelgen

Helpful tool to make data objects easier for Android
Other
65 stars 35 forks source link

Remove imports.add(com.yelp.android.BuildConfig) #34

Closed raducom closed 8 years ago

raducom commented 8 years ago

Remove imports.add(com.yelp.android.BuildConfig) on line 234, this is a hardcoded import that will cause issues if the script is being used with another package. We need it just to log out some stuff if in debug mode, we can get rid of those lines for now.

redwarp commented 8 years ago

Hum, I have the same problem. Would be nice if this would go away.

jbrick commented 8 years ago

The solution to this is probably just to do the same thing in debug as in production. The error reporting won't be as nice but I don't think it's a big deal.

jbrick commented 8 years ago

Should be fixed now.