File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ dependencies {
27
27
implementation ' androidx.appcompat:appcompat:1.0.2'
28
28
implementation ' androidx.cardview:cardview:1.0.0'
29
29
implementation ' androidx.constraintlayout:constraintlayout:1.1.3'
30
- implementation ' androidx.viewpager2:viewpager2:1.0.0-beta03 '
30
+ implementation ' androidx.viewpager2:viewpager2:1.0.0'
31
31
32
32
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
33
33
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ dependencies {
29
29
implementation ' androidx.dynamicanimation:dynamicanimation:1.0.0'
30
30
31
31
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
32
- implementation ' androidx.viewpager2:viewpager2:1.0.0-beta03 '
32
+ implementation ' androidx.viewpager2:viewpager2:1.0.0'
33
33
}
34
34
35
35
dokka {
@@ -54,4 +54,4 @@ buildscript {
54
54
}
55
55
}
56
56
57
- apply from : ' deploy.gradle'
57
+ apply from : ' deploy.gradle'
You can’t perform that action at this time.
0 commit comments