-
Notifications
You must be signed in to change notification settings - Fork 96
/
CHANGELOG
70 lines (35 loc) · 2.17 KB
/
CHANGELOG
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
2012-10-10 Gradle Android Plugin Developers <[email protected]>
* Fix problem with androidSignAndAlign task.
2012-09-18 Gradle Android Plugin Developers <[email protected]>
* Keep methods that could be used as click event handlers.
* Added support for generating BuildConfig.java
* Made sure resources from JAR dependencies get included in APK, as well
* Fixed retrieval of password when typed during the build
* Fixed issue of signing the app with a JDK 7.0
* Fixed NumberFormatException a second place
* Fixed NumberFormatException with sdk 20.0.x
* Update to support r20
* Add integration test assertions for debuggable flag
* Use signing.signPom instead of signPom as the latter is deprecated already
* Ignore jarlist.cache file
* Corrected `downloadJavadocs` entry to simply `downloadJavadoc` (without the "s")
* Changed package of OperatingSystem class from internal.nativeplatform to internal.os
* Added shawnlauzon's fix for #52, which he reported in #53.
* Avoiding Gradle internal class ConventionTask and replaced it with DefaultTask. Using fileTree method that provides parameters as Map to fix deprecation message.
* Also enable debug packages for SDK versions 8 through 13
* When making a debug package, make it debuggable
2011-12-15 Gradle Android Plugin Developers <[email protected]>
* Version 1.1.0 released!
* Gradle Android Plugin is now in Maven Central!
* Group ID is now org.gradle.api.plugins
* Artifact ID is now gradle-android-plugins
* Support for Android 4.0 "Ice Cream Sandwich", R14+
* Support for Discobot
2011-08-11 Gradle Android Plugin Developers <[email protected]>
* Version 1.0.0 released!
* Generate Eclipse projects with "gradle eclipse"
* Use proguard.cfg for ProGuard configuration
* ProGuard is automatically enabled in Scala projects
* Ability to start Android emulator with Gradle
* Instrumentation tests support; also contains support for Zutubi test runner
* The plugin got some tests of itself; they can also serve as complete Gradle + Android project examples