mirror of
https://github.com/hmalik144/EasyCC_Master.git
synced 2026-01-31 02:41:47 +00:00
yaml update
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user