Tag v3.1.0beta5

Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
Mario Danic 2018-11-22 16:12:31 +01:00
parent 0116c64fbc
commit f14614988d

View file

@ -17,8 +17,8 @@ android {
targetSdkVersion 28 targetSdkVersion 28
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
versionCode 67 versionCode 68
versionName "3.1.0beta4" versionName "3.1.0beta5"
flavorDimensions "default" flavorDimensions "default"
renderscriptTargetApi 19 renderscriptTargetApi 19
@ -93,7 +93,7 @@ android {
ext { ext {
supportLibraryVersion = '28.0.0' supportLibraryVersion = '28.0.0'
workVersion = "1.0.0-alpha10" workVersion = "1.0.0-alpha11"
} }
@ -103,7 +103,7 @@ configurations.all {
dependencies { dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar']) 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 'com.google.android.material:material:1.0.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-alpha2' implementation 'androidx.constraintlayout:constraintlayout:2.0.0-alpha2'
implementation 'androidx.emoji:emoji-bundled:1.0.0' implementation 'androidx.emoji:emoji-bundled:1.0.0'