We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bfe575 commit a22d181Copy full SHA for a22d181
build.gradle
@@ -7,14 +7,19 @@ buildscript {
7
'targetSdkVersion' : 30
8
]
9
ext {
10
+ appcompatVersion = '1.3.1'
11
constraintLayoutVersion = '2.1.1'
12
+ coreVersion = '1.7.0-alpha01'
13
espressoVersion = '3.4.0'
14
datastoreVersion = '1.0.0'
15
kotlinCoroutinesVersion = '1.6.1'
16
kotlinVersion = "1.7.0"
17
junitExtVersion = '1.1.3'
18
junitVersion = '4.13.2'
- lifecycleLiveDataVersion = '2.3.1'
19
+ lifecycleVersion = '2.3.1'
20
+ materialVersion = '1.4.0'
21
+ rxAndroid2Version = '2.1.1'
22
+ rxAndroid3Version = '3.0.0'
23
startupVersion = '1.1.0'
24
}
25
repositories {
0 commit comments