diff options
author | Jihoon Kim <jihoon48.kim@samsung.com> | 2015-12-23 18:45:47 +0900 |
---|---|---|
committer | Jihoon Kim <jihoon48.kim@samsung.com> | 2015-12-23 18:45:47 +0900 |
commit | 0262aedabb5bee0d53bed079ce368e763569c09c (patch) | |
tree | 786cd98ce0281acdd5007de16cdecc4d340270b9 | |
parent | 978587f197f32874fe7997b0848710fc6a9c7ea6 (diff) | |
download | ise-engine-anthy-0262aedabb5bee0d53bed079ce368e763569c09c.tar.gz ise-engine-anthy-0262aedabb5bee0d53bed079ce368e763569c09c.tar.bz2 ise-engine-anthy-0262aedabb5bee0d53bed079ce368e763569c09c.zip |
Add api-version in manifest
Change-Id: I402f1b2851aaefefdd33b1070b13cd0ae9e86188
-rwxr-xr-x | ise-engine-anthy.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ise-engine-anthy.xml b/ise-engine-anthy.xml index 5cea757..c50a704 100755 --- a/ise-engine-anthy.xml +++ b/ise-engine-anthy.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<manifest xmlns="http://tizen.org/ns/packages" package="ise-engine-anthy" type="rpm" version="1.0.2" install-location="internal-only"> +<manifest xmlns="http://tizen.org/ns/packages" api-version="2.3" package="ise-engine-anthy" type="rpm" version="1.0.2" install-location="internal-only"> <author/> <description/> <label>Japanese keyboard</label> |