diff --git a/metadata/com.github.andremiras.etheroll.yml b/metadata/com.github.andremiras.etheroll.yml index 9a47d5712d..16c95da80b 100644 --- a/metadata/com.github.andremiras.etheroll.yml +++ b/metadata/com.github.andremiras.etheroll.yml @@ -4,6 +4,7 @@ License: MIT SourceCode: https://github.com/AndreMiras/EtherollApp IssueTracker: https://github.com/AndreMiras/EtherollApp/issues +Name: Etheroll Summary: Gamble on blockchain through Etheroll smart contract Description: |- Cross platform Etheroll app built with Python and Kivy. Uses an Ethereum @@ -37,5 +38,7 @@ MaintainerNotes: |- The auto accept license is disabled since fdroid sdkmanager doesn't support the --licenses argument. -AutoUpdateMode: None -UpdateCheckMode: None +AutoUpdateMode: Version v%v +UpdateCheckMode: HTTP +UpdateCheckData: https://raw.githubusercontent.com/AndreMiras/EtherollApp/develop/src/version.py|__version_code__ + = (\d+)|.|__version__ = '(\d+\.\d+)'