Skip to content

Commit 84435f9

Browse files
author
大卫
committed
更新编译 sdk版本
1 parent 4e8fbf2 commit 84435f9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

app/build.gradle

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ buildscript {
1111
}
1212

1313
android {
14-
compileSdkVersion 25
15-
buildToolsVersion '25.0.0'
14+
compileSdkVersion 26
15+
buildToolsVersion '26.0.1'
1616
useLibrary 'org.apache.http.legacy'
1717

1818
defaultConfig {
1919
applicationId "com.vm.shadowsocks"
2020
minSdkVersion 15
21-
targetSdkVersion 25
21+
targetSdkVersion 26
2222
versionCode 1
23-
versionName "1.1"
23+
versionName "1.2"
2424
}
2525
buildTypes {
2626
release {
@@ -40,6 +40,7 @@ repositories {
4040

4141
dependencies {
4242
compile fileTree(include: ['*.jar'], dir: 'libs')
43+
4344
testCompile 'junit:junit:4.12'
4445

4546
compile 'com.embarkmobile:zxing-android-minimal:2.0.0@aar'

0 commit comments

Comments
 (0)