File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
3
3
android {
4
- compileSdkVersion 23
5
- buildToolsVersion ' 25.0.0 '
4
+ compileSdkVersion 28
5
+ buildToolsVersion ' 25.0.3 '
6
6
defaultConfig {
7
7
applicationId " wendu.jsbdemo"
8
- minSdkVersion 11
9
- targetSdkVersion 23
8
+ minSdkVersion 14
9
+ targetSdkVersion 28
10
10
versionCode 1
11
11
versionName " 1.0"
12
12
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
@@ -23,14 +23,14 @@ android {
23
23
}
24
24
25
25
dependencies {
26
- compile fileTree(dir : ' libs' , include : [' *.jar' ])
26
+ implementation fileTree(dir : ' libs' , include : [' *.jar' ])
27
27
androidTestCompile(' com.android.support.test.espresso:espresso-core:2.2.2' , {
28
28
exclude group : ' com.android.support' , module : ' support-annotations'
29
29
})
30
- compile project(path : ' :dsbridge' )
31
- compile ' com.android.support:appcompat-v7:23.4 .0'
32
- compile ' com.squareup.okhttp3:okhttp:3.3.0'
33
- testCompile ' junit:junit:4.12'
30
+ implementation project(path : ' :dsbridge' )
31
+ implementation ' com.android.support:appcompat-v7:28.0 .0'
32
+ implementation ' com.squareup.okhttp3:okhttp:3.3.0'
33
+ testImplementation ' junit:junit:4.12'
34
34
}
35
35
36
36
You can’t perform that action at this time.
0 commit comments