mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-22 21:15:30 +03:00
Tag v3.1.0beta5
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
0116c64fbc
commit
f14614988d
1 changed files with 4 additions and 4 deletions
|
@ -17,8 +17,8 @@ android {
|
|||
targetSdkVersion 28
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
versionCode 67
|
||||
versionName "3.1.0beta4"
|
||||
versionCode 68
|
||||
versionName "3.1.0beta5"
|
||||
|
||||
flavorDimensions "default"
|
||||
renderscriptTargetApi 19
|
||||
|
@ -93,7 +93,7 @@ android {
|
|||
|
||||
ext {
|
||||
supportLibraryVersion = '28.0.0'
|
||||
workVersion = "1.0.0-alpha10"
|
||||
workVersion = "1.0.0-alpha11"
|
||||
}
|
||||
|
||||
|
||||
|
@ -103,7 +103,7 @@ configurations.all {
|
|||
|
||||
dependencies {
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
implementation 'androidx.appcompat:appcompat:1.0.0'
|
||||
implementation 'androidx.appcompat:appcompat:1.0.2'
|
||||
implementation 'com.google.android.material:material:1.0.0'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-alpha2'
|
||||
implementation 'androidx.emoji:emoji-bundled:1.0.0'
|
||||
|
|
Loading…
Reference in a new issue