Prepare release 3.0.0 rc1

This commit is contained in:
M M Arif
2020-05-31 18:36:42 +05:00
parent 6721b09de9
commit bf26a44376
3 changed files with 10 additions and 42 deletions

View File

@ -7,7 +7,7 @@ android {
minSdkVersion 21
targetSdkVersion 29
versionCode 295
versionName "3.0.0-dev"
versionName "3.0.0-rc1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
viewBinding {
@ -42,7 +42,7 @@ dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation "androidx.appcompat:appcompat:1.2.0-rc01"
implementation "com.google.android.material:material:1.2.0-alpha06"
implementation "com.google.android.material:material:1.2.0-beta01"
implementation "androidx.constraintlayout:constraintlayout:1.1.3"
implementation "androidx.legacy:legacy-support-v4:1.0.0"
testImplementation "junit:junit:4.13"