Skip to content
  • Hans-Christoph Steiner's avatar
    remove all obsolete "CurrentVersionCode: 0" entries · 03cd4ff7
    Hans-Christoph Steiner authored
    Setting CVC to 0 was an old way to make `fdroid update` use the highest
    versionCode as the CurrentVersionCode.  This has been obsolete for a while,
    so its time to purge these.  Now, when CurrentVersionCode is unset, then
    the highest versionCode is used.
    
    sed -i  -e '/^CurrentVersionCode: 0$/d' -e "/^CurrentVersion: '0'$/d" *.yml
    03cd4ff7