Skip to content

Commit

Permalink
Prepare for release 1.2.0-beta7
Browse files Browse the repository at this point in the history
  • Loading branch information
Saeed Masoumi committed Jun 11, 2017
1 parent f2b4e7e commit 773a14e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Change Log
==========

Version 1.2.0-beta7
-------------

_2017-06-11_

* Support new android gradle plugin (3.x.x)
* Minor bug fix



Version 1.2.0-beta6
-------------

Expand Down
2 changes: 1 addition & 1 deletion README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.sixthsolution.easymvp:easymvp-plugin:1.2.0-beta6'
classpath 'com.sixthsolution.easymvp:easymvp-plugin:1.2.0-beta7'
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.sixthsolution.easymvp:easymvp-plugin:1.2.0-beta6'
classpath 'com.sixthsolution.easymvp:easymvp-plugin:1.2.0-beta7'
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
GROUP=com.sixthsolution.easymvp
VERSION_NAME=1.2.0-beta7-SNAPSHOT
VERSION_NAME=1.2.0-beta7
org.gradle.jvmargs=-Xmx2048m

0 comments on commit 773a14e

Please sign in to comment.