Skip to content

Commit a22d181

Browse files
Update build.gradle
1 parent 9bfe575 commit a22d181

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

build.gradle

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,19 @@ buildscript {
77
'targetSdkVersion' : 30
88
]
99
ext {
10+
appcompatVersion = '1.3.1'
1011
constraintLayoutVersion = '2.1.1'
12+
coreVersion = '1.7.0-alpha01'
1113
espressoVersion = '3.4.0'
1214
datastoreVersion = '1.0.0'
1315
kotlinCoroutinesVersion = '1.6.1'
1416
kotlinVersion = "1.7.0"
1517
junitExtVersion = '1.1.3'
1618
junitVersion = '4.13.2'
17-
lifecycleLiveDataVersion = '2.3.1'
19+
lifecycleVersion = '2.3.1'
20+
materialVersion = '1.4.0'
21+
rxAndroid2Version = '2.1.1'
22+
rxAndroid3Version = '3.0.0'
1823
startupVersion = '1.1.0'
1924
}
2025
repositories {

0 commit comments

Comments
 (0)