clean app gradle

This commit is contained in:
Shinokuni 2019-02-23 13:27:39 +00:00
parent d8f6fade84
commit e0232ce0fc
3 changed files with 0 additions and 5 deletions

Binary file not shown.

View File

@ -45,11 +45,6 @@ dependencies {
transitive = false
}
implementation 'com.squareup.retrofit2:retrofit:2.4.0'
implementation 'com.squareup.retrofit2:converter-gson:2.4.0'
implementation 'com.squareup.retrofit2:converter-simplexml:2.4.0'
implementation "android.arch.persistence.room:runtime:1.1.1"
annotationProcessor "android.arch.persistence.room:compiler:1.1.1"