From acdde95ca2b843f7218728ef5236c3decb56ed54 Mon Sep 17 00:00:00 2001 From: maning Date: Wed, 7 Jun 2017 16:06:34 +0800 Subject: [PATCH] versionCode = 22 ,versionName = "1.6.5" --- .idea/misc.xml | 2 +- README.md | 4 ++++ app/build.gradle | 2 -- build.gradle | 4 ++-- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index fbb6828..5d19981 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -37,7 +37,7 @@ - + diff --git a/README.md b/README.md index 56c005e..326a84f 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,10 @@ ## 更新日志: +### V1.6.5(未发版): + 1.工具合集中开放汽车信息查询 + 1.优化页面体验 + ### V1.6.3: 1.使用Vector替换图片 2.首页添加工具合集 diff --git a/app/build.gradle b/app/build.gradle index 6c8f7a8..083454c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -153,6 +153,4 @@ dependencies { compile 'com.github.maning0303:MNUpdateAPK:V1.0.3' /* 拼音转换 */ compile 'com.github.promeg:tinypinyin:2.0.3' - /* 动画 */ - compile 'com.github.florent37:viewanimator:1.0.5' } diff --git a/build.gradle b/build.gradle index c3d4a58..d5262fa 100644 --- a/build.gradle +++ b/build.gradle @@ -32,8 +32,8 @@ ext { buildToolsVersion = "25.0.2" minSdkVersion = 16 targetSdkVersion = 25 - versionCode = 21 - versionName = "1.6.3" + versionCode = 22 + versionName = "1.6.5" storePassword = "123456" keyAlias = "Gank" keyPassword = "123456"