Skip to content

Commit f404a98

Browse files
committed
Remove config directory and implementation
1 parent 25b9f95 commit f404a98

File tree

5 files changed

+0
-330
lines changed

5 files changed

+0
-330
lines changed

buffertextinputlayout/build.gradle

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
apply plugin: 'com.android.library'
2-
apply from: '../config/quality/quality.gradle'
32

43
android {
54
compileSdkVersion 25
@@ -19,17 +18,10 @@ android {
1918
}
2019
}
2120

22-
sourceSets {
23-
androidTest {
24-
java.srcDirs = ['src/androidTest/java']
25-
res.srcDirs = ['src/androidTest/res']
26-
}
27-
}
2821
}
2922

3023
dependencies {
3124
final SUPPORT_LIBRARY_VERSION = '25.0.1'
3225
compile "com.android.support:design:$SUPPORT_LIBRARY_VERSION"
3326
compile fileTree(dir: 'libs', include: ['*.jar'])
34-
compile 'com.android.support:appcompat-v7:25.0.1'
3527
}

config/quality/checkstyle/checkstyle-config.xml

Lines changed: 0 additions & 167 deletions
This file was deleted.

config/quality/findbugs/android-exclude-filter.xml

Lines changed: 0 additions & 18 deletions
This file was deleted.

config/quality/pmd/pmd-ruleset.xml

Lines changed: 0 additions & 40 deletions
This file was deleted.

config/quality/quality.gradle

Lines changed: 0 additions & 97 deletions
This file was deleted.

0 commit comments

Comments
 (0)