org.billthefarmer.currency: fix failing lints, and fix build
This commit is contained in:
parent
6f551ded54
commit
6b691aacbe
|
@ -1,6 +1,6 @@
|
|||
Categories:Money
|
||||
License:GPLv3
|
||||
Web Site:https://github.com/billthefarmer/currency/blob/master/README.md
|
||||
Web Site:https://github.com/billthefarmer/currency/blob/HEAD/README.md
|
||||
Source Code:https://github.com/billthefarmer/currency
|
||||
Issue Tracker:https://github.com/billthefarmer/currency/issues
|
||||
Changelog:https://github.com/billthefarmer/currency/releases
|
||||
|
@ -10,10 +10,13 @@ Summary:Currency conversion
|
|||
Description:
|
||||
Simple currency conversion.
|
||||
|
||||
* Currency rates from the European Central Bank
|
||||
* 32 international currencies
|
||||
* Currency rates updated daily
|
||||
* Last rate update retained for use offline
|
||||
* Currency rates from the European Central Bank
|
||||
|
||||
* 32 international currencies
|
||||
|
||||
* Currency rates updated daily
|
||||
|
||||
* Last rate update retained for use offline
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
@ -22,6 +25,7 @@ Repo:https://github.com/billthefarmer/currency
|
|||
Build:1.0,1
|
||||
commit=v1.0
|
||||
gradle=yes
|
||||
prebuild=sed -i 's/3.2.1/2.10/' gradle/wrapper/gradle-wrapper.properties
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
|
|
Loading…
Reference in a new issue