Browse Source

Remove empty lines in build.gradle.

pull/3/head
Mushegh Sahakyan 4 years ago
parent
commit
378579c115
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      ui/build.gradle

+ 0
- 2
ui/build.gradle View File

@@ -86,10 +86,8 @@ dependencies {
implementation "com.google.code.gson:gson:$gsonVersion"
implementation "com.squareup.retrofit2:retrofit:$retrofitVersion"
implementation "com.squareup.retrofit2:converter-gson:$converterGsonVersion"

implementation "androidx.appcompat:appcompat:$appcompatVersion"
implementation "androidx.constraintlayout:constraintlayout:$constraintlayoutVersion"

implementation "androidx.lifecycle:lifecycle-extensions:$lifecycleExtensionVersion"
implementation "androidx.lifecycle:lifecycle-viewmodel:$lifecycleViewModelVersion"
}


Loading…
Cancel
Save