yaml update

This commit is contained in:
2020-05-16 14:19:24 +01:00
parent ee8875022c
commit 44d3c51f5f
2 changed files with 5 additions and 8 deletions

View File

@@ -13,6 +13,9 @@ jobs:
- run: - run:
name: chmod permissions name: chmod permissions
command: chmod +x ./gradlew command: chmod +x ./gradlew
- run:
name: remove local settings
command: rm local.properties
- run: - run:
name: Download Dependencies name: Download Dependencies
command: ./gradlew androidDependencies command: ./gradlew androidDependencies

View File

@@ -40,8 +40,6 @@ android {
} }
} }
dependencies { dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs') implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
@@ -82,10 +80,6 @@ dependencies {
implementation "androidx.room:room-ktx:2.2.0-rc01" implementation "androidx.room:room-ktx:2.2.0-rc01"
kapt "androidx.room:room-compiler:2.2.0-rc01" kapt "androidx.room:room-compiler:2.2.0-rc01"
implementation 'com.xwray:groupie:2.3.0'
implementation 'com.xwray:groupie-kotlin-android-extensions:2.3.0'
implementation 'com.xwray:groupie-databinding:2.3.0'
implementation "androidx.preference:preference-ktx:1.1.0" implementation "androidx.preference:preference-ktx:1.1.0"
//mock websever for testing retrofit responses //mock websever for testing retrofit responses