File tree Expand file tree Collapse file tree 3 files changed +20
-3
lines changed
Expand file tree Collapse file tree 3 files changed +20
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,15 @@ All notable changes to this project will be documented in this file.
77The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/ >`_,
88and 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--------------------
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 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" />
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" />
You can’t perform that action at this time.
0 commit comments