more build system updates, ditch unused android tests
This commit is contained in:
15
extern/MaterialChipsInput/build.gradle
vendored
15
extern/MaterialChipsInput/build.gradle
vendored
@@ -1,11 +1,11 @@
|
||||
apply plugin: 'com.android.library'
|
||||
|
||||
android {
|
||||
compileSdkVersion 27
|
||||
compileSdkVersion 28
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 15
|
||||
targetSdkVersion 27
|
||||
targetSdkVersion 28
|
||||
versionCode 114
|
||||
versionName "1.1.4"
|
||||
|
||||
@@ -21,15 +21,10 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||
androidTestCompile('androidx.test.espresso:espresso-core:3.1.0', {
|
||||
exclude group: 'com.android.support', module: 'support-annotations'
|
||||
})
|
||||
compile 'androidx.appcompat:appcompat:1.0.0'
|
||||
testCompile 'junit:junit:4.12'
|
||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
||||
|
||||
// recycler
|
||||
compile 'androidx.recyclerview:recyclerview:1.0.0'
|
||||
compile 'com.beloo.widget:ChipsLayoutManager:0.3.7@aar'
|
||||
implementation 'androidx.recyclerview:recyclerview:1.1.0'
|
||||
implementation 'com.beloo.widget:ChipsLayoutManager:0.3.7@aar'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user