1
0
mirror of https://github.com/sismics/docs.git synced 2026-02-19 10:38:51 +00:00

#57: Android: Migrate document resource to OkHttp

Closes #58: Android: OkHttpClient and cache as singleton
This commit is contained in:
jendib
2016-01-23 23:20:09 +01:00
parent d9509474b0
commit 456fc5b991
10 changed files with 214 additions and 212 deletions

View File

@@ -3,7 +3,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.0.0-alpha5'
classpath 'com.android.tools.build:gradle:2.0.0-alpha7'
}
}
apply plugin: 'com.android.application'