aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2019-07-12 03:31:28 +0000
committerAlex Ning <chineseperson5@gmail.com>2019-07-12 03:31:28 +0000
commitfcc34b45d4aeae95bd16c9d70f0a2db5109951f0 (patch)
treed8708a4ede38d34d4ae70b9860aa6fb1e18262a1 /build.gradle
parent68d3a7b09f42aef6c3ec1874af3c9dee4c3eef8c (diff)
downloadinfinity-for-reddit-fcc34b45d4aeae95bd16c9d70f0a2db5109951f0.tar
infinity-for-reddit-fcc34b45d4aeae95bd16c9d70f0a2db5109951f0.tar.gz
infinity-for-reddit-fcc34b45d4aeae95bd16c9d70f0a2db5109951f0.tar.bz2
infinity-for-reddit-fcc34b45d4aeae95bd16c9d70f0a2db5109951f0.tar.lz
infinity-for-reddit-fcc34b45d4aeae95bd16c9d70f0a2db5109951f0.tar.xz
infinity-for-reddit-fcc34b45d4aeae95bd16c9d70f0a2db5109951f0.tar.zst
infinity-for-reddit-fcc34b45d4aeae95bd16c9d70f0a2db5109951f0.zip
Use a modal bottom sheet to display post selection instead of an alert dialog. Fixed some icons.
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index c90ac9cd..367dc7bf 100644
--- a/build.gradle
+++ b/build.gradle
@@ -7,7 +7,7 @@ buildscript {
jcenter()
}
dependencies {
- classpath 'com.android.tools.build:gradle:3.4.1'
+ classpath 'com.android.tools.build:gradle:3.4.2'
// NOTE: Do not place your application dependencies here; they belong
@@ -31,6 +31,6 @@ task clean(type: Delete) {
}
ext {
- roomVersion = '2.1.0-rc01'
- archLifecycleVersion = '2.2.0-alpha01'
+ roomVersion = '2.2.0-alpha01'
+ archLifecycleVersion = '2.2.0-alpha02'
} \ No newline at end of file