diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-07-12 03:31:28 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-07-12 03:31:28 +0000 |
commit | fcc34b45d4aeae95bd16c9d70f0a2db5109951f0 (patch) | |
tree | d8708a4ede38d34d4ae70b9860aa6fb1e18262a1 /app/build.gradle | |
parent | 68d3a7b09f42aef6c3ec1874af3c9dee4c3eef8c (diff) | |
download | infinity-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 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index bf88d288..38709efd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -33,8 +33,8 @@ repositories { dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') - implementation 'androidx.appcompat:appcompat:1.1.0-beta01' - implementation 'com.google.android.material:material:1.1.0-alpha07' + implementation 'androidx.appcompat:appcompat:1.1.0-rc01' + implementation 'com.google.android.material:material:1.1.0-alpha08' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.legacy:legacy-support-v13:1.0.0' |