Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apk upload to fdroid need change for new cgeo-contact addon (fix #1) #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Nov 22, 2019

  1. Configuration menu
    Copy the full SHA
    26fd4a4 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2019

  1. Configuration menu
    Copy the full SHA
    2c6aaa8 View commit details
    Browse the repository at this point in the history
  2. delete unnessary "-"

    All latest cgeo apk packages had the name 
      cgeo-release.apk
    or
      cgeo-release_XXXXXXXX.apk
    (XX is the date)
    
    In 
      https\S*cgeo-release\S*apk 
    we find with \S* all non whitespace symbols. eg. current
      https://github.com/cgeo/cgeo/releases/download/market_20191111/cgeo-release.apk
    bekuno authored Nov 23, 2019
    Configuration menu
    Copy the full SHA
    b89cb2e View commit details
    Browse the repository at this point in the history