Skip to content

Commit d1e5c3d

Browse files
author
Rafael Ortega
committed
update app dependencies
1 parent 3fa14f0 commit d1e5c3d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

app/build.gradle

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
apply plugin: 'com.android.application'
22

33
android {
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

2525
dependencies {
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

0 commit comments

Comments
 (0)