Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit 0cc7d68

Browse files
Merge pull request #182 from googlecodelabs/fm/main_version_bump
[Java] Update versions
2 parents 1fea045 + c7072ba commit 0cc7d68

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

app/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
apply plugin: 'com.android.application'
1+
plugins {
2+
id 'com.android.application'
3+
}
24

35
android {
46
compileSdkVersion 30

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ task clean(type: Delete) {
2727
}
2828

2929
ext {
30-
appCompatVersion = '1.2.0'
31-
constraintLayoutVersion = '2.0.2'
30+
appCompatVersion = '1.3.0'
31+
constraintLayoutVersion = '2.0.4'
3232
coreTestingVersion = '2.1.0'
33-
lifecycleVersion = '2.2.0'
34-
materialVersion = '1.2.1'
35-
roomVersion = '2.2.5'
33+
lifecycleVersion = '2.3.1'
34+
materialVersion = '1.3.0'
35+
roomVersion = '2.3.0'
3636
// testing
37-
junitVersion = '4.13.1'
37+
junitVersion = '4.13.2'
3838
espressoVersion = '3.1.0'
3939
androidxJunitVersion = '1.1.2'
4040
}

0 commit comments

Comments
 (0)