jzbrooks / vgo

vector graphic optimization
MIT License
39 stars 1 forks source link

Replace R8 binary with maven dependency #49

Closed Goooler closed 2 months ago

Goooler commented 2 months ago
OLD: vgo.before
NEW: vgo.after

 JAR   │ old │ new │ diff
───────┼─────┼─────┼──────
 class │ 0 B │ 0 B │  0 B
 other │ 0 B │ 0 B │  0 B
───────┼─────┼─────┼──────
 total │ 0 B │ 0 B │  0 B

 CLASSES │ old │ new │ diff
─────────┼─────┼─────┼───────────
 classes │   0 │   0 │ 0 (+0 -0)
 methods │   0 │   0 │ 0 (+0 -0)
  fields │   0 │   0 │ 0 (+0 -0)
jzbrooks commented 2 months ago

Thanks!