-
Notifications
You must be signed in to change notification settings - Fork 97
/
changelog.txt
52 lines (43 loc) · 1.68 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Version 1.0.10
-------------
* Revamped generated project structure in order to match the one generated by the ADT.
* Revamped pom.xml files based on Maven Android Plugin samples
* Refactored existing tests and created tests for GCM archetype
* Removed androlog
* Updates dependencies
Version 1.0.8
-------------
* Removed delete conflicting files (Peter Miklosko)
* Updates dependencies : android-maven-plugin from 3.0.0 to 3.1.1, androlog from 1.0.4 to 1.0.5, junit from 4.8.1
to 4.10 (Peter Miklosko)
* Supported platform update (Peter Miklosko) (see https://github.com/akquinet/android-archetypes/pull/28)
Version 1.0.7
-------------
* Changed plugin name to android-maven-plugin (dtmilano)
Version 1.0.6
-------------
* Added the android-plugin-version parameter (thanks Ricardo Gladwell)
* Changed submodule's dir name (thanks Mykola Nikishov)
* Added IT tests deploying the sample application on an Android device (thanks Mykola Nikishov)
* Introduced androlog
Version 1.0.5
-------------
* Fix archetype descriptors to be usable from m2eclipse
https://github.com/akquinet/android-archetypes/issues/issue/4
Version 1.0.4
-------------
* Add the android-release archetype (thanks Julien Nicoulaud)
https://github.com/akquinet/android-archetypes/issues/issue/1
Version 1.0.3
-------------
* Update to the maven-android-plugin 2.8.3
Version 1.0.2
-------------
* Update to the maven-android-plugin 2.8.2
* Allow to configure the targeted Android platform version in the quick-start archetype
Version 1.0.1
-------------
* Update to the maven-android-plugin 2.8.1 to supports Android 2.3 (Gingerbread)
Version 1.0.0
-------------
* Initial release