Skip to content

Commit d4e6461

Browse files
author
MicroEJ GitHub Delivery
committed
Version 7.1.2
1 parent 7d33939 commit d4e6461

File tree

4 files changed

+21
-9
lines changed

4 files changed

+21
-9
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.2 - 2020-12-10
12+
--------------------
13+
14+
Changed
15+
=======
16+
17+
- Update demo widget.
18+
1019
--------------------
1120
7.1.1 - 2020-12-04
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.5 - 2020-12-10
9+
10+
### Fixed
11+
12+
- Cleaned up dependencies.
13+
814
## 7.0.4 - 2020-12-04
915

1016
### Fixed

com.microej.demo.widget/module.ivy

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
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.4">
7-
<ea:build organisation="com.is2t.easyant.buildtypes" module="build-firmware-singleapp" revision="1.+">
8-
<ea:property name="application.main.class" value="com.microej.demo.widget.common.Navigation"/>
9-
<ea:property name="virtual.device.sim.only" value="set"/>
10-
</ea:build>
6+
<info organisation="com.microej.demo" module="widget" status="integration" revision="7.0.5">
7+
<ea:build organisation="com.is2t.easyant.buildtypes" module="build-firmware-singleapp" revision="1.+"/>
8+
<ea:property name="application.main.class" value="com.microej.demo.widget.common.Navigation"/>
9+
<ea:property name="virtual.device.sim.only" value="set"/>
1110
</info>
1211

1312
<configurations defaultconfmapping="default->default;provided->provided;vdruntime->default">
@@ -27,9 +26,8 @@
2726
<dependencies>
2827
<dependency org="ej.api" name="edc" rev="1.3.3"/>
2928
<dependency org="ej.api" name="bon" rev="1.4.0"/>
30-
<dependency org="ej.api" name="microui" rev="3.0.1">
31-
<exclude org="ej.api" module="edc" />
32-
</dependency>
29+
<dependency org="ej.api" name="microui" rev="3.0.3"/>
30+
<dependency org="ej.api" name="drawing" rev="1.0.2"/>
3331

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

com.microej.demo.widget/src/main/java/com/microej/demo/widget/common/PageHelper.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
package com.microej.demo.widget.common;
66

77
import ej.microui.display.Colors;
8-
import ej.microui.display.GraphicsContext;
98
import ej.mwt.Desktop;
109
import ej.mwt.Widget;
1110
import ej.mwt.animation.Animator;

0 commit comments

Comments
 (0)