Commit 229d2658 by chengfengpiaopiao

sdk25

parent ed26af29
Showing with 4 additions and 4 deletions
...@@ -7,4 +7,4 @@ ...@@ -7,4 +7,4 @@
/build /build
/captures /captures
.externalNativeBuild .externalNativeBuild
build.gradle
...@@ -25,9 +25,9 @@ task clean(type: Delete) { ...@@ -25,9 +25,9 @@ task clean(type: Delete) {
ext { ext {
//版本 //版本
compileSdkVersion = 23 compileSdkVersion = 25
buildToolsVersion = "23.0.3" //23.0.3 25.0.1 buildToolsVersion = "25.0.1" //23.0.3 25.0.1
targetSdkVersion = 23 targetSdkVersion = 25
//项目依赖 //项目依赖
ButterKnife = "6.1.0" ButterKnife = "6.1.0"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment