Skip to content

Commit ed1e3fa

Browse files
committed
2019.0907
1 parent a8e0d41 commit ed1e3fa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## [Unreleased]
3+
## [2019.0907]
44

55
- Update buildozer, p4a, and ndk versions, refs #21
66
- Publish to F-Droid, refs #20

src/kivy_garden/zbarcam/version.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
__version__ = '2019.0902'
1+
__version__ = '2019.0907'
22
# The `__version_code__` is used for the F-Droid auto update and should match
33
# the `versionCode` from the `build.gradle` file located in:
4-
# `.buildozer/android/platform/build/dists/zbarcam/`
4+
# `.buildozer/android/platform/build/dists/zbarcamdemo/`
55
# The auto update method used is the `HTTP`, see:
66
# https://f-droid.org/en/docs/Build_Metadata_Reference/#UpdateCheckMode
7-
__version_code__ = 721202802
7+
__version_code__ = 721202807

0 commit comments

Comments
 (0)