mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 05:19:49 +02:00
Use a modal bottom sheet to display post selection instead of an alert dialog. Fixed some icons.
This commit is contained in:
@@ -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'
|
||||
}
|
Reference in New Issue
Block a user