File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
4- compileSdkVersion 23
5- buildToolsVersion ' 25.0.0 '
4+ compileSdkVersion 28
5+ buildToolsVersion ' 25.0.3 '
66 defaultConfig {
77 applicationId " wendu.jsbdemo"
8- minSdkVersion 11
9- targetSdkVersion 23
8+ minSdkVersion 14
9+ targetSdkVersion 28
1010 versionCode 1
1111 versionName " 1.0"
1212 testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
@@ -23,14 +23,14 @@ android {
2323}
2424
2525dependencies {
26- compile fileTree(dir : ' libs' , include : [' *.jar' ])
26+ implementation fileTree(dir : ' libs' , include : [' *.jar' ])
2727 androidTestCompile(' com.android.support.test.espresso:espresso-core:2.2.2' , {
2828 exclude group : ' com.android.support' , module : ' support-annotations'
2929 })
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'
3434}
3535
3636
You can’t perform that action at this time.
0 commit comments