|
@@ -38,8 +38,8 @@ android {
|
|
targetSdkVersion 28
|
|
targetSdkVersion 28
|
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
|
|
|
|
|
- versionCode 111
|
|
|
|
- versionName "7.0.0beta3"
|
|
|
|
|
|
+ versionCode 112
|
|
|
|
+ versionName "7.0.0beta4"
|
|
|
|
|
|
flavorDimensions "default"
|
|
flavorDimensions "default"
|
|
renderscriptTargetApi 19
|
|
renderscriptTargetApi 19
|
|
@@ -143,7 +143,7 @@ configurations.all {
|
|
dependencies {
|
|
dependencies {
|
|
implementation fileTree(include: ['*'], dir: 'libs')
|
|
implementation fileTree(include: ['*'], dir: 'libs')
|
|
implementation 'androidx.appcompat:appcompat:1.1.0-rc01'
|
|
implementation 'androidx.appcompat:appcompat:1.1.0-rc01'
|
|
- implementation 'com.google.android.material:material:1.1.0-alpha09'
|
|
|
|
|
|
+ implementation 'com.google.android.material:material:1.1.0-alpha10'
|
|
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta2'
|
|
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta2'
|
|
implementation 'com.github.vanniktech:Emoji:0.6.0'
|
|
implementation 'com.github.vanniktech:Emoji:0.6.0'
|
|
implementation group: 'androidx.emoji', name: 'emoji-bundled', version: '1.0.0'
|
|
implementation group: 'androidx.emoji', name: 'emoji-bundled', version: '1.0.0'
|