Skip to content

Commit 773a14e

Browse files
committed
Prepare for release 1.2.0-beta7
1 parent f2b4e7e commit 773a14e

4 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Change Log
22
==========
33

4+
Version 1.2.0-beta7
5+
-------------
6+
7+
_2017-06-11_
8+
9+
* Support new android gradle plugin (3.x.x)
10+
* Minor bug fix
11+
12+
13+
414
Version 1.2.0-beta6
515
-------------
616

README-zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ buildscript {
4040
jcenter()
4141
}
4242
dependencies {
43-
classpath 'com.sixthsolution.easymvp:easymvp-plugin:1.2.0-beta6'
43+
classpath 'com.sixthsolution.easymvp:easymvp-plugin:1.2.0-beta7'
4444
}
4545
}
4646
```

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ buildscript {
4545
jcenter()
4646
}
4747
dependencies {
48-
classpath 'com.sixthsolution.easymvp:easymvp-plugin:1.2.0-beta6'
48+
classpath 'com.sixthsolution.easymvp:easymvp-plugin:1.2.0-beta7'
4949
}
5050
}
5151
```

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
GROUP=com.sixthsolution.easymvp
2-
VERSION_NAME=1.2.0-beta7-SNAPSHOT
2+
VERSION_NAME=1.2.0-beta7
33
org.gradle.jvmargs=-Xmx2048m

0 commit comments

Comments
 (0)