Delete something related to downloading videos.

This commit is contained in:
Alex Ning
2019-09-19 21:58:40 +08:00
parent 7866b1c92e
commit cf84a6d431
10 changed files with 38 additions and 163 deletions

View File

@@ -31,6 +31,6 @@ task clean(type: Delete) {
}
ext {
roomVersion = '2.2.0-beta01'
archLifecycleVersion = '2.2.0-alpha03'
roomVersion = '2.2.0-rc01'
archLifecycleVersion = '2.2.0-alpha04'
}