systers / FirstAide-Android

FirstAide is a application to help the Peace Corps Volunteers who are victims of sexual harassment.
23 stars 104 forks source link

Auto Shrink Unused Resources and Code #355

Open pandilladivya opened 7 years ago

pandilladivya commented 7 years ago

To reduce the size of APK file , we can enable shrinking in our release build to remove unused code and resources automatically from our app. It detects and removes unused classes, fields, methods, and attributes from our packaged app, including those from included code libraries.

@sandarumk Kindly Review Thanks

sandarumk commented 7 years ago

https://developer.android.com/studio/build/shrink-code.html You meant this right?

pandilladivya commented 7 years ago

Yes :relaxed:

pandilladivya commented 7 years ago

@sandarumk Can I work on this?

pandilladivya commented 7 years ago

@sandarumk Any updates on this.. Can I work on this Issue?

Kindly Review.

sandarumk commented 7 years ago

refer to the comment I put in the other issue.

pandilladivya commented 7 years ago

@sandarumk

Pardon me! I didn't notice.