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 c2aa1b2 commit fe82037Copy full SHA for fe82037
build.gradle
@@ -1,6 +1,6 @@
1
buildscript {
2
ext {
3
- activityVersion = '1.2.0-beta01'
+ activityVersion = '1.2.0-beta02'
4
agpVersion = '4.1.0'
5
annotationsVersion = '1.1.0'
6
appcompatVersion = '1.2.0'
@@ -12,7 +12,7 @@ buildscript {
12
coroutinesVersion = '1.4.2'
13
datastoreVersion = '1.0.0-alpha05'
14
desugarVersion = '1.0.10'
15
- fragmentVersion = '1.3.0-beta01'
+ fragmentVersion = '1.3.0-beta02'
16
jsr305Version = '3.0.2'
17
junitVersion = '4.13.1'
18
kotlinVersion = '1.4.20'
0 commit comments