Skip to content

Commit 7d33939

Browse files
author
MicroEJ GitHub Delivery
committed
Version 7.1.1
1 parent c4af57b commit 7d33939

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ All notable changes to this project will be documented in this file.
77
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_,
88
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.
99

10+
--------------------
11+
7.1.1 - 2020-12-04
12+
--------------------
13+
14+
Changed
15+
=======
16+
17+
- Update demo widget.
18+
1019
--------------------
1120
7.1.0 - 2020-11-26
1221
--------------------

com.microej.demo.widget/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 7.0.4 - 2020-12-04
9+
10+
### Fixed
11+
12+
- Update dependencies to workaround SDK issues (null analysis & MMM).
13+
814
## 7.0.3 - 2020-11-26
915

1016
### Changed

com.microej.demo.widget/module.ivy

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Use of this source code is governed by a BSD-style license that can be found with this software.
44
-->
55
<ivy-module version="2.0" xmlns:ea="http://www.easyant.org" xmlns:ej="https://developer.microej.com" ej:version="2.0.0">
6-
<info organisation="com.microej.demo" module="widget" status="integration" revision="7.0.3">
6+
<info organisation="com.microej.demo" module="widget" status="integration" revision="7.0.4">
77
<ea:build organisation="com.is2t.easyant.buildtypes" module="build-firmware-singleapp" revision="1.+">
88
<ea:property name="application.main.class" value="com.microej.demo.widget.common.Navigation"/>
99
<ea:property name="virtual.device.sim.only" value="set"/>
@@ -25,9 +25,11 @@
2525
</publications>
2626

2727
<dependencies>
28-
<dependency org="ej.api" name="edc" rev="1.3.0"/>
28+
<dependency org="ej.api" name="edc" rev="1.3.3"/>
2929
<dependency org="ej.api" name="bon" rev="1.4.0"/>
30-
<dependency org="ej.api" name="microui" rev="3.0.0"/>
30+
<dependency org="ej.api" name="microui" rev="3.0.1">
31+
<exclude org="ej.api" module="edc" />
32+
</dependency>
3133

3234
<dependency org="ej.library.ui" name="mwt" rev="3.1.1"/>
3335
<dependency org="ej.library.ui" name="widget" rev="3.1.0"/>

0 commit comments

Comments
 (0)