forked from mirror/monocles_chat_clean
update dependencies + prepare alpha 1.8
This commit is contained in:
parent
eb721c391b
commit
ba0e49a67b
1 changed files with 2 additions and 2 deletions
|
@ -84,7 +84,7 @@ dependencies {
|
|||
implementation 'androidx.emoji2:emoji2:1.4.0'
|
||||
gitImplementation "androidx.emoji2:emoji2-bundled:1.4.0"
|
||||
implementation 'androidx.recyclerview:recyclerview:1.3.1'
|
||||
implementation 'com.google.android.material:material:1.9.0'
|
||||
implementation 'com.google.android.material:material:1.10.0'
|
||||
implementation 'androidx.cardview:cardview:1.0.0' // for compatibility
|
||||
implementation 'com.davemorrissey.labs:subsampling-scale-image-view:3.10.0'
|
||||
implementation 'com.google.android.exoplayer:exoplayer-core:2.19.1'
|
||||
|
@ -154,7 +154,7 @@ android {
|
|||
minSdkVersion 21
|
||||
targetSdkVersion 32
|
||||
|
||||
versionNameSuffix " beta_(2023-10-11)" // " beta_(XXXX-XX-XX)" // activate for beta versions
|
||||
versionNameSuffix " alpha_(2023-10-11)" // " beta_(XXXX-XX-XX)" // activate for beta versions
|
||||
versionCode 138
|
||||
versionName "1.8"
|
||||
//resConfigs "en"
|
||||
|
|
Loading…
Reference in a new issue