diff options
author | Md. Farhan Mahtab/NC eXperience Group /SRBD/Engineer/Samsung Electronics <farhan.m1@samsung.com> | 2024-09-20 10:40:54 +0600 |
---|---|---|
committer | Md. Farhan Mahtab/NC eXperience Group /SRBD/Engineer/Samsung Electronics <farhan.m1@samsung.com> | 2024-09-20 10:54:25 +0600 |
commit | 703f09c3f5d6c8135a2f5485dc6a661946d32431 (patch) | |
tree | bf0ffd46ea018f40e1cc9bdaf94b3f1f82443bb8 | |
parent | f7ab2b323cddcdc80926107a14f43787b865d2bc (diff) | |
download | tray-accepted/tizen_unified_toolchain.tar.gz tray-accepted/tizen_unified_toolchain.tar.bz2 tray-accepted/tizen_unified_toolchain.zip |
Update Version 1.0.4tizen_9.0_m2_releaseaccepted/tizen/unified/x/asan/20241013.235909accepted/tizen/unified/x/20240923.021156accepted/tizen/unified/toolchain/20241004.101548accepted/tizen/unified/dev/20240924.080656accepted/tizen/unified/20240920.172826accepted/tizen/9.0/unified/20241030.235900tizen_9.0accepted/tizen_unified_x_asanaccepted/tizen_unified_xaccepted/tizen_unified_toolchainaccepted/tizen_unified_devaccepted/tizen_unifiedaccepted/tizen_9.0_unified
[Changes]
1. Fixed flicking issue at launch time.
Change-Id: I6614439aadfaa6fe0209c9fc3addffd287177b82
Signed-off-by: Md. Farhan Mahtab/NC eXperience Group /SRBD/Engineer/Samsung Electronics <farhan.m1@samsung.com>
-rwxr-xr-x | Apps/tizen-manifest.xml | 2 | ||||
-rw-r--r-- | packaging/org.tizen.Apps-1.0.3.tpk | bin | 159291 -> 0 bytes | |||
-rw-r--r-- | packaging/org.tizen.Apps-1.0.4.tpk | bin | 0 -> 158589 bytes | |||
-rw-r--r-- | packaging/org.tizen.Apps.spec | 2 |
4 files changed, 2 insertions, 2 deletions
diff --git a/Apps/tizen-manifest.xml b/Apps/tizen-manifest.xml index c9f98aa..d9fa6d2 100755 --- a/Apps/tizen-manifest.xml +++ b/Apps/tizen-manifest.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<manifest package="org.tizen.Apps" version="1.0.3" api-version="6" xmlns="http://tizen.org/ns/packages"> +<manifest package="org.tizen.Apps" version="1.0.4" api-version="6" xmlns="http://tizen.org/ns/packages"> <profile name="common" /> <ui-application appid="org.tizen.Apps" exec="Apps.dll" multiple="false" nodisplay="true" taskmanage="true" type="dotnet" launch_mode="single"> <label>Apps</label> diff --git a/packaging/org.tizen.Apps-1.0.3.tpk b/packaging/org.tizen.Apps-1.0.3.tpk Binary files differdeleted file mode 100644 index 08b52f5..0000000 --- a/packaging/org.tizen.Apps-1.0.3.tpk +++ /dev/null diff --git a/packaging/org.tizen.Apps-1.0.4.tpk b/packaging/org.tizen.Apps-1.0.4.tpk Binary files differnew file mode 100644 index 0000000..8971709 --- /dev/null +++ b/packaging/org.tizen.Apps-1.0.4.tpk diff --git a/packaging/org.tizen.Apps.spec b/packaging/org.tizen.Apps.spec index 616d246..a27effd 100644 --- a/packaging/org.tizen.Apps.spec +++ b/packaging/org.tizen.Apps.spec @@ -1,6 +1,6 @@ Name: org.tizen.Apps Summary: org.tizen.Apps -Version: 1.0.3 +Version: 1.0.4 Release: 1 Group: N/A License: Apache-2.0 |