We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c79bfdb commit d063926Copy full SHA for d063926
buildSrc/dependencies.gradle
@@ -13,7 +13,7 @@ rootProject.ext.versions = [
13
annotation : '1.1.0',
14
appCompat : '1.2.0-alpha02',
15
activity : '1.1.0',
16
- fragment : '1.2.1',
+ fragment : '1.2.2',
17
coordinatorLayout : '1.1.0',
18
recyclerView : '1.1.0',
19
viewPager2 : '1.0.0',
@@ -22,7 +22,7 @@ rootProject.ext.versions = [
22
constraintLayout : '1.1.3',
23
arch : '2.1.0',
24
lifecycle : '2.2.0',
25
- navigation : '2.3.0-alpha01',
+ navigation : '2.3.0-alpha02',
26
preference : '1.1.0',
27
test : [
28
core : '1.3.0-alpha03',
0 commit comments