fix build.gradle template for retrofit2

This commit is contained in:
David Hontecillas
2016-02-26 13:34:57 +01:00
parent 6788c89816
commit 0fe8f7e375
7 changed files with 30 additions and 40 deletions

View File

@@ -90,7 +90,6 @@ if(hasProperty('target') && target == 'android') {
}
ext {
okhttp_version = "3.0.1"
oltu_version = "1.0.0"
retrofit_version = "2.0.0-beta4"
gson_version = "2.4"
@@ -103,8 +102,6 @@ ext {
}
dependencies {
compile "com.squareup.okhttp3:okhttp:$okhttp_version"
compile "com.squareup.retrofit2:retrofit:$retrofit_version"
compile "com.squareup.retrofit2:converter-gson:$retrofit_version"
{{#useRxJava}}