Skip to content

Commit 16f9719

Browse files
Update compile and targetSdkVersion to 28
1 parent 1f4b35f commit 16f9719

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

app/build.gradle

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

33
android {
4-
compileSdkVersion 25
5-
buildToolsVersion '26.0.2'
4+
compileSdkVersion 28
65
defaultConfig {
76
applicationId "iammert.com.dagger_android_injection"
87
minSdkVersion 15
9-
targetSdkVersion 25
8+
targetSdkVersion 28
109
versionCode 1
1110
versionName "1.0"
1211
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
@@ -20,12 +19,10 @@ android {
2019
}
2120

2221
dependencies {
23-
androidTestImplementation('com.android.support.test.espresso:espresso-core:2.2.2', {
24-
exclude group: 'com.android.support', module: 'support-annotations'
25-
})
26-
implementation 'com.android.support:appcompat-v7:25.4.0'
22+
implementation 'com.android.support:appcompat-v7:28.0.0'
2723
testImplementation 'junit:junit:4.12'
28-
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
24+
androidTestImplementation 'com.android.support.test:runner:1.0.2'
25+
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
2926

3027
implementation 'com.google.dagger:dagger:2.13'
3128
annotationProcessor 'com.google.dagger:dagger-compiler:2.13'

0 commit comments

Comments
 (0)