Skip to content

Commit 4a9eb6f

Browse files
committed
ViewPager2替换ViewPager
1 parent 34fceea commit 4a9eb6f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ android {
1414
minSdkVersion 21
1515
targetSdkVersion 29
1616
versionCode 12
17-
versionName "2.4"
17+
versionName "2.5"
1818
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1919
}
2020
signingConfigs {
@@ -66,7 +66,7 @@ dependencies {
6666
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.6'
6767

6868
//Android KTX 是一组 Kotlin 扩展程序,属于 Android Jetpack 系列
69-
implementation 'androidx.core:core-ktx:1.3.0'
69+
implementation 'androidx.core:core-ktx:1.3.1'
7070
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.2.0'
7171
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0'
7272
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.2.0'
@@ -87,10 +87,10 @@ dependencies {
8787
implementation "androidx.navigation:navigation-ui-ktx:2.3.0"
8888

8989
//paging
90-
implementation "androidx.paging:paging-runtime:3.0.0-alpha02"
90+
implementation "androidx.paging:paging-runtime:3.0.0-alpha03"
9191

9292
//WorkManager
93-
implementation "androidx.work:work-runtime-ktx:2.3.4"
93+
implementation "androidx.work:work-runtime-ktx:2.4.0"
9494

9595
//koin(依赖注入)
9696
implementation "org.koin:koin-androidx-scope:2.0.1"
@@ -119,7 +119,7 @@ dependencies {
119119
implementation 'com.github.chrisbanes:PhotoView:2.3.0@aar'
120120

121121
//bugly捕获异常
122-
implementation 'com.tencent.bugly:crashreport:3.2.3'
122+
implementation 'com.tencent.bugly:crashreport:3.2.33'
123123
implementation project(path: ':LaunchStarter')
124124

125125
}

0 commit comments

Comments
 (0)