Skip to content

Commit a854872

Browse files
author
zhujiang2
committed
升级依赖版本
1 parent 45e82b4 commit a854872

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

app/release/app-release.apk

6.02 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": 30,
15-
"versionName": "3.3.2",
14+
"versionCode": 31,
15+
"versionName": "3.3.5",
1616
"outputFile": "app-release.apk"
1717
}
1818
],

build.gradle

Lines changed: 2 additions & 2 deletions
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-beta02'
6+
compose_version = '1.2.0-beta03'
77
kotlin_version = '1.6.21'
88
hilt_version = '2.42'
99
}
@@ -12,7 +12,7 @@ buildscript {
1212
mavenCentral()
1313
}
1414
dependencies {
15-
classpath 'com.android.tools.build:gradle:7.2.0'
15+
classpath 'com.android.tools.build:gradle:7.2.1'
1616
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1717
classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version"
1818

config.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
ext {
22
cfgs = [
3-
compileSdkVersion : 31,
3+
compileSdkVersion : 32,
44
minSdkVersion : 25,
5-
targetSdkVersion : 31,
6-
versionCode : 30,
7-
versionName : "3.3.2",
5+
targetSdkVersion : 32,
6+
versionCode : 31,
7+
versionName : "3.3.5",
88
testInstrumentationRunner: "androidx.test.runner.AndroidJUnitRunner",
99
consumerProguardFiles : 'consumer-rules.pro',
1010
jvmTarget : '11',

model/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies {
4747
implementation des.appcompat
4848

4949
// Room
50-
def room_version = "2.4.1"
50+
def room_version = "2.4.2"
5151
api "androidx.room:room-runtime:$room_version"
5252
kapt "androidx.room:room-compiler:$room_version"
5353
// 对 Room 的 Kotlin 扩展和协程支持

utils/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dependencies {
6363
api "com.google.accompanist:accompanist-placeholder:$accompanist_version"
6464

6565
// lottie动画
66-
api "com.airbnb.android:lottie-compose:5.0.3"
66+
api 'com.airbnb.android:lottie-compose:5.2.0'
6767

6868
api project(path: ':model')
6969

0 commit comments

Comments
 (0)