google / smali

Other
213 stars 35 forks source link

Dep refactor 2 #36

Closed melcz closed 9 months ago

melcz commented 9 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.