Skip to content

Commit 213e21e

Browse files
author
zhujiang2
committed
Update lib version
1 parent fcf2d9c commit 213e21e

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

app/release/app-release.apk

-6.32 KB
Binary file not shown.

app/release/output-metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
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
],

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply from: "config.gradle"
33

44
buildscript {
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
}

config.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ ext {
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',

utils/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 动画

0 commit comments

Comments
 (0)