File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
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
2221dependencies {
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'
You can’t perform that action at this time.
0 commit comments