Skip to content

Commit b88517a

Browse files
committed
Update targetSdkVersion to 28
1 parent b4ef565 commit b88517a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Library/build.gradle

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

33
android {
4-
compileSdkVersion 26
4+
compileSdkVersion 28
55

66

77

88
defaultConfig {
99
minSdkVersion 14
10-
targetSdkVersion 26
10+
targetSdkVersion 28
1111
versionCode 1
1212
versionName "1.0"
1313

@@ -27,8 +27,8 @@ android {
2727
dependencies {
2828
implementation fileTree(dir: 'libs', include: ['*.jar'])
2929

30-
implementation 'com.android.support:appcompat-v7:26.1.0'
30+
implementation 'com.android.support:appcompat-v7:28.0.0'
3131
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'
3434
}

0 commit comments

Comments
 (0)