Periodic sync, reload from memory if outdated

This commit is contained in:
Caesar2011
2019-01-07 21:14:59 +01:00
parent ae53e94108
commit ceccd77f18
13 changed files with 130 additions and 22 deletions

View File

@@ -27,6 +27,7 @@ android {
dependencies {
//implementation "com.android.support:support-compat:28.0.0"
implementation 'androidx.recyclerview:recyclerview:1.0.0'
implementation fileTree(include: ['*.jar'], dir: 'libs')
androidTestImplementation('androidx.test.espresso:espresso-core:3.1.0-beta02', {
@@ -34,7 +35,7 @@ dependencies {
})
implementation 'androidx.preference:preference:1.0.0'
implementation 'com.google.android.material:material:1.0.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-alpha2'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-alpha3'
implementation 'com.android.volley:volley:1.1.0'
//noinspection GradleDependency
implementation 'com.google.android.gms:play-services-auth:15.0.0'