File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ dependencies {
6969 implementation project(path : ' :network' )
7070
7171 // navigation
72- implementation ' androidx.navigation:navigation-compose:2.5.0-rc01 '
72+ implementation ' androidx.navigation:navigation-compose:2.5.0-rc02 '
7373
7474 // 启动动画
7575 implementation ' androidx.core:core-splashscreen:1.0.0-rc01'
Original file line number Diff line number Diff line change 1111 "type" : " SINGLE" ,
1212 "filters" : [],
1313 "attributes" : [],
14- "versionCode" : 32 ,
15- "versionName" : " 3.3.7 " ,
14+ "versionCode" : 33 ,
15+ "versionName" : " 3.4.0 " ,
1616 "outputFile" : " app-release.apk"
1717 }
1818 ],
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply from: "config.gradle"
33
44buildscript {
55 ext {
6- compose_version = ' 1.2.0-beta03 '
6+ compose_version = ' 1.2.0-rc01 '
77 kotlin_version = ' 1.6.21'
88 hilt_version = ' 2.42'
99 }
Original file line number Diff line number Diff line change 33 compileSdkVersion : 32 ,
44 minSdkVersion : 25 ,
55 targetSdkVersion : 32 ,
6- versionCode : 32 ,
7- versionName : " 3.3.7 " ,
6+ versionCode : 33 ,
7+ versionName : " 3.4.0 " ,
88 testInstrumentationRunner : " androidx.test.runner.AndroidJUnitRunner" ,
99 consumerProguardFiles : ' consumer-rules.pro' ,
1010 jvmTarget : ' 11' ,
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ dependencies {
4848 implementation " androidx.compose.ui:ui:$compose_version "
4949 implementation " androidx.compose.ui:ui-tooling-preview:$compose_version "
5050
51- def accompanist_version = " 0.24.10-beta "
51+ def accompanist_version = " 0.24.11-rc "
5252 // Compose 权限
5353 api " com.google.accompanist:accompanist-permissions:$accompanist_version "
5454 // Navigation 动画
You can’t perform that action at this time.
0 commit comments