Skip to content

Commit 732299d

Browse files
committed
Update support lib in sample
1 parent fc16d41 commit 732299d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

sample/build.gradle

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@ android {
1010
targetSdkVersion 25
1111
versionCode 1
1212
versionName "1.0"
13-
multiDexEnabled true
14-
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
15-
1613
}
14+
1715
buildTypes {
1816
release {
1917
minifyEnabled false
@@ -25,6 +23,6 @@ android {
2523
dependencies {
2624
compile fileTree(dir: 'libs', include: ['*.jar'])
2725
compile project(':buffertextinputlayout')
28-
compile 'com.android.support:appcompat-v7:25.0.1'
26+
compile 'com.android.support:appcompat-v7:25.1.0'
2927
testCompile 'junit:junit:4.12'
3028
}

0 commit comments

Comments
 (0)