google / smali

Other
175 stars 29 forks source link

Dep refactor 2 #36

Closed melcz closed 4 months ago

melcz commented 4 months ago

Mostly removing Guava dependencies in dexlib2/immutable classes. I did not rename the classes because it would've made the change too large, but added a README explaining that although they are named "immutable", they rely on unmodifiable java collections and not on immutable guava ones.