Index: sitescripts/extensions/template/androidupdates.xml |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/sitescripts/extensions/template/androidupdates.xml |
@@ -0,0 +1,11 @@ |
+<?xml version='1.0' encoding='UTF-8'?> |
Wladimir Palant
2012/09/14 17:24:18
This looks like Andrey's patch, not yours...
|
+ |
+<!-- This Source Code is subject to the terms of the Mozilla Public License |
+ - version 2.0 (the "License"). You can obtain a copy of the License at |
+ - http://mozilla.org/MPL/2.0/. --> |
+ |
+<update protocol="1.0"> |
+ {%- for extension in extensions %} |
+ <updatecheck package="{{extension.updateURL}}" build="{{extension.revision}}" api="{{extension.minSdkVersion}}" /> |
+ {%- endfor %} |
+</update> |