Skip to content

Commit

Permalink
Prepares for F-Droid auto updates, refs #20
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreMiras committed Sep 2, 2019
1 parent be39b64 commit 2bdd719
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## [Unreleased]
- Update buildozer, p4a, and ndk versions, refs #21
- Publish to F-Droid, refs #20

## [20190902]

Expand Down
6 changes: 6 additions & 0 deletions src/kivy_garden/zbarcam/version.py
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
__version__ = '2019.0902'
# The `__version_code__` is used for the F-Droid auto update and should match
# the `versionCode` from the `build.gradle` file located in:
# `.buildozer/android/platform/build/dists/zbarcam/`
# The auto update method used is the `HTTP`, see:
# https://f-droid.org/en/docs/Build_Metadata_Reference/#UpdateCheckMode
__version_code__ = 721202802

0 comments on commit 2bdd719

Please sign in to comment.