[Android] Update Room and Paging version
Geoffrey Métais
git at videolan.org
Tue Nov 13 15:45:52 CET 2018
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Tue Nov 13 15:45:26 2018 +0100| [a9aa6b87231669ebd7c063a204816b9f2791f056] | committer: Geoffrey Métais
Update Room and Paging version
> https://code.videolan.org/videolan/vlc-android/commit/a9aa6b87231669ebd7c063a204816b9f2791f056
---
build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index 0812888d0..59d421e8a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -32,8 +32,8 @@ ext {
androidxVersion = '1.0.0'
constraintLayoutVersion = '2.0.0-alpha2'
archVersion = '2.0.0'
- roomVersion = '2.1.0-alpha01'
- pagingVersion = '2.1.0-alpha01'
+ roomVersion = '2.1.0-alpha02'
+ pagingVersion = '2.1.0-beta01'
junitVersion = '4.12'
mockito = '2.8.9'
powerMock = '1.7.4'
More information about the Android
mailing list