yggdrasil-network / crispa-android

Community-contributed application for connecting to the Yggdrasil Network on Android devices
https://t.me/yggdrasil_android
Mozilla Public License 2.0
116 stars 22 forks source link

Enable shrinking #92

Open JeanPaulLucien opened 1 year ago

JeanPaulLucien commented 1 year ago

Code to shrink. It drops unused classes and methods.

vikulin commented 1 year ago

Add ACRA optimization here

vikulin commented 1 year ago

Add ACRA optimization here

JeanPaulLucien commented 1 year ago

@vikulin I can't, we need to complete shrinking before.

  1. merge this pull request
  2. compile without "multiDexEnabled true"
  3. report to me how many methods showed
  4. if methods too much, compile with Multidex

Here your turn. You need see what your IDE shows.

vikulin commented 1 year ago

I have already showed the number of methods you requests.

On Mon, Dec 26, 2022, 13:04 JeanPaulLucien @.***> wrote:

@vikulin https://github.com/vikulin I can't, we need to complete shrinking before.

  1. merge this pull request
  2. compile without "multiDexEnabled true"
  3. report to me how many methods showed
  4. if methods too much, compile with Multidex

Here your turn. You need see what your IDE shows.

— Reply to this email directly, view it on GitHub https://github.com/yggdrasil-network/crispa-android/pull/92#issuecomment-1365089889, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFVRRXSMG7GKGRLNGW5RP3WPF3TFANCNFSM6AAAAAATH5MT5A . You are receiving this because you were mentioned.Message ID: @.***>

JeanPaulLucien commented 1 year ago

I have already showed the number of methods you requests.

I mean quantity of methods with code of this pull request.