Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SplashCodes committed Jan 31, 2017
1 parent afe0358 commit e04a73a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "io.github.javiewer"
minSdkVersion 15
targetSdkVersion 25
versionCode 5
versionName "1.2.1"
versionCode 6
versionName "1.2.2"

}
buildTypes {
Expand Down
4 changes: 2 additions & 2 deletions properties.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"latest_version": "1.2.1",
"latest_version_code": "5",
"latest_version": "1.2.2",
"latest_version_code": "6",
"changelog": "**推荐更新**\n1. 修复无法切换数据源问题\n2. 对安卓N多窗口模式进行优化\n3. 修复Fragment重叠问题\n4. 调整部分动画\n5. 修复其他已知BUG"
}

0 comments on commit e04a73a

Please sign in to comment.