Skip to content

Commit 489f305

Browse files
committed
updated for new FAB
1 parent 1f5cc52 commit 489f305

File tree

1 file changed

+3
-3
lines changed

1 file changed

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

33
dependencies {
4-
implementation 'com.android.support:design:22.2.1'
4+
implementation 'com.android.support:design:27.0.1'
55
}
66

77
android {
8-
compileSdkVersion 22
8+
compileSdkVersion 27
99
buildToolsVersion '26.0.2'
1010

1111
defaultConfig {
1212
minSdkVersion 15
13-
targetSdkVersion 18
13+
targetSdkVersion 27
1414
}
1515
}

0 commit comments

Comments
 (0)