File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 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 ],
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-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
Original file line number Diff line number Diff line change 11ext {
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' ,
Original file line number Diff line number Diff 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 扩展和协程支持
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments