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