Skip to content

Commit 4adff5a

Browse files
Update compile and targetSdkVersion to 27
1 parent c291a44 commit 4adff5a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

app/build.gradle

Lines changed: 3 additions & 4 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 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

0 commit comments

Comments
 (0)