Skip to content

Commit 236315b

Browse files
committed
+):1.修改版本号进行打包 V1.1.5 versionCode=5
2.新增Volley相关技术以及封装 3.新增RecyclerView相关技术功能
1 parent b43420c commit 236315b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "com.chinaztt.fda.ui"
99
minSdkVersion 15
1010
targetSdkVersion 22
11-
versionCode 4
12-
versionName "1.1.2"
11+
versionCode 5
12+
versionName "1.1.5"
1313
}
1414
buildTypes {
1515
release {

0 commit comments

Comments
 (0)