GCX-HCI / tray

a SharedPreferences replacement for Android with multiprocess support
Apache License 2.0
2.29k stars 273 forks source link

removed unnecessary write operation #54

Closed passsy closed 8 years ago

passsy commented 8 years ago

checking the version does not require the preference to write the version. Only write the new version if something has changed

codecov-io commented 8 years ago

Current coverage is 100.00%

Merging #54 into master will not affect coverage as of 17c0983

@@            master     #54   diff @@
======================================
  Files           22      22       
  Stmts          622     622       
  Branches        82      82       
  Methods          0       0       
======================================
  Hit            622     622       
  Partial          0       0       
  Missed           0       0       

Review entire Coverage Diff as of 17c0983

Powered by Codecov. Updated on successful CI builds.

jannisveerkamp commented 8 years ago

:+1:

EarlOfEgo commented 8 years ago

:shipit: