Skip to content

Commit

Permalink
升级版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
maning0303 committed Oct 16, 2020
1 parent d229aa8 commit 3ef89ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@


## 更新日志:
### V2.0.0 (进行中):
1.升级Api,去掉不可用Api
2.代码优化,封装Retrofit回调,替换图片浏览框架
3.天气接口替换
4.TODO:升级AndroidX

### V1.8.0 :
1.优化代码
2.修复部分问题
Expand Down
4 changes: 2 additions & 2 deletions config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ ext {
buildToolsVersion: "28.0.3",
minSdkVersion : 16,
targetSdkVersion : 28,
versionCode : 180,
versionName : "1.8.0",
versionCode : 200,
versionName : "2.0.0",
packageName : "com.maning.gankmm",
storePassword : "123456",
keyAlias : "Gank",
Expand Down

0 comments on commit 3ef89ea

Please sign in to comment.