Skip to content

Commit

Permalink
fixes #207, @linsui
Browse files Browse the repository at this point in the history
  • Loading branch information
yamin8000 committed Dec 25, 2024
1 parent 6c68087 commit 259c26e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,17 @@ android {
namespace = appId
compileSdk = 35

dependenciesInfo {
includeInApk = false
includeInBundle = false
}

defaultConfig {
applicationId = appId
minSdk = 21
targetSdk = 35
versionCode = 45
versionName = "1.7.2"
versionCode = 46
versionName = "1.7.3"
vectorDrawables.useSupportLibrary = true
base.archivesName = "$applicationId-v$versionCode-n$versionName"
}
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ glance = "1.1.1"
hilt = "2.54"
hiltNavigationCompose = "1.2.0"
lifecycleViewmodelCompose = "2.8.7"
lottieCompose = "6.6.1"
lottieCompose = "6.6.2"
material3 = "1.3.1"
moshi = "1.15.1"
moshi = "1.15.2"
navigationCompose = "2.8.5"
kotlin = "2.1.0"
android-application = "8.7.3"
Expand Down

0 comments on commit 259c26e

Please sign in to comment.