We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc16d41 commit 732299dCopy full SHA for 732299d
sample/build.gradle
@@ -10,10 +10,8 @@ android {
10
targetSdkVersion 25
11
versionCode 1
12
versionName "1.0"
13
- multiDexEnabled true
14
- testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
15
-
16
}
+
17
buildTypes {
18
release {
19
minifyEnabled false
@@ -25,6 +23,6 @@ android {
25
23
dependencies {
26
24
compile fileTree(dir: 'libs', include: ['*.jar'])
27
compile project(':buffertextinputlayout')
28
- compile 'com.android.support:appcompat-v7:25.0.1'
+ compile 'com.android.support:appcompat-v7:25.1.0'
29
testCompile 'junit:junit:4.12'
30
0 commit comments