File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
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 27
65 defaultConfig {
76 applicationId " iammert.com.dagger_android_injection"
87 minSdkVersion 15
9- targetSdkVersion 25
8+ targetSdkVersion 27
109 versionCode 1
1110 versionName " 1.0"
1211 testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
@@ -23,7 +22,7 @@ dependencies {
2322 androidTestImplementation(' com.android.support.test.espresso:espresso-core:2.2.2' , {
2423 exclude group : ' com.android.support' , module : ' support-annotations'
2524 })
26- implementation ' com.android.support:appcompat-v7:25.4 .0'
25+ implementation ' com.android.support:appcompat-v7:27.1 .0'
2726 testImplementation ' junit:junit:4.12'
2827 implementation ' com.android.support.constraint:constraint-layout:1.0.2'
2928
You can’t perform that action at this time.
0 commit comments