Update AndroidX AppCompat to 1.2.0-rc01
This commit is contained in:
parent
ab51939eb8
commit
e2f6cea8f3
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ buildscript {
|
||||||
versions = [
|
versions = [
|
||||||
'kotlin': '1.3.72',
|
'kotlin': '1.3.72',
|
||||||
'kotlinCoroutines': '1.3.7',
|
'kotlinCoroutines': '1.3.7',
|
||||||
'androidxAppCompat': '1.2.0-beta01',
|
'androidxAppCompat': '1.2.0-rc01',
|
||||||
'androidxRecyclerView': '1.1.0',
|
'androidxRecyclerView': '1.1.0',
|
||||||
'androidxLifecycle': '2.2.0',
|
'androidxLifecycle': '2.2.0',
|
||||||
'androidxAnnotation': '1.1.0',
|
'androidxAnnotation': '1.1.0',
|
||||||
|
|
Loading…
Reference in a new issue