File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
2
3
3
android {
4
- compileSdkVersion 26
4
+ compileSdkVersion 28
5
5
6
6
7
7
8
8
defaultConfig {
9
9
minSdkVersion 14
10
- targetSdkVersion 26
10
+ targetSdkVersion 28
11
11
versionCode 1
12
12
versionName " 1.0"
13
13
@@ -27,8 +27,8 @@ android {
27
27
dependencies {
28
28
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
29
29
30
- implementation ' com.android.support:appcompat-v7:26.1 .0'
30
+ implementation ' com.android.support:appcompat-v7:28.0 .0'
31
31
testImplementation ' junit:junit:4.12'
32
- androidTestImplementation ' com.android.support.test:runner:1.0.1 '
33
- androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.1 '
32
+ androidTestImplementation ' com.android.support.test:runner:1.0.2 '
33
+ androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.2 '
34
34
}
You can’t perform that action at this time.
0 commit comments