more build system updates, ditch unused android tests

This commit is contained in:
Vincent Breitmoser
2020-05-30 20:06:50 +02:00
parent 8d36a6c613
commit 13e9e91fdc
20 changed files with 6 additions and 2388 deletions

View File

@@ -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'
}