update gradle / downgrade retrofit due to errors

Signed-off-by: David Luhmer <david-dev@live.de>
This commit is contained in:
David Luhmer 2020-07-23 19:26:19 +02:00
parent d0a28724b6
commit 90da523a27
2 changed files with 2 additions and 2 deletions

View file

@ -126,7 +126,7 @@ final BUTTERKNIFE_VERSION = '10.2.1'
final ESPRESSO_VERSION = '3.2.0'
final OKHTTP_VERSION = '3.12.10'
final MOCKITO_VERSION = '3.3.3'
final RETROFIT_VERSION = '2.9.0'
final RETROFIT_VERSION = '2.6.4'
dependencies {
// core android studio module

View file

@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.3'
classpath 'com.android.tools.build:gradle:4.0.0'
}
}