We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d9076a commit 48b8c1eCopy full SHA for 48b8c1e
CHANGELOG.md
@@ -1,6 +1,13 @@
1
Change Log
2
==========
3
4
+Version 1.0.3
5
+-------------
6
+
7
+_2016-11-24_
8
9
+* Downgrading the version of `jsr305`.
10
11
Version 1.0.2
12
-------------
13
README.md
@@ -36,7 +36,7 @@ buildscript {
36
jcenter()
37
}
38
dependencies {
39
- classpath 'com.sixthsolution.easymvp:easymvp-plugin:1.0.2'
+ classpath 'com.sixthsolution.easymvp:easymvp-plugin:1.0.3'
40
41
42
```
gradle.properties
@@ -1,3 +1,3 @@
GROUP=com.sixthsolution.easymvp
-VERSION_NAME=1.0.3-SNAPSHOT
+VERSION_NAME=1.0.3
org.gradle.jvmargs=-Xmx2048m
0 commit comments