Skip to content

Commit

Permalink
update README.md and change groupId
Browse files Browse the repository at this point in the history
  • Loading branch information
宗福想 committed Nov 28, 2017
1 parent aa7fc63 commit a28e563
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ compile 'com.github.zongxiaomi:AndroidMail:1.05'
- 发送Html邮件

```java
Mail mail = new Mail();
Mail mail = new Mail();
mail.setMailServerHost(HOST);
mail.setMailServerPort(PORT);
mail.setValidate(true);
Expand Down
2 changes: 1 addition & 1 deletion mail/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
group = 'com.github.zongxiaomi'
group = 'com.zongxiaomi'
android {
compileSdkVersion 25
buildToolsVersion '26.0.2'
Expand Down

0 comments on commit a28e563

Please sign in to comment.