Skip to content

Commit

Permalink
bug fix and library update
Browse files Browse the repository at this point in the history
  • Loading branch information
yamin8000 committed Dec 22, 2024
1 parent a35fb26 commit 6c68087
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ android {
applicationId = appId
minSdk = 21
targetSdk = 35
versionCode = 44
versionName = "1.7.1"
versionCode = 45
versionName = "1.7.2"
vectorDrawables.useSupportLibrary = true
base.archivesName = "$applicationId-v$versionCode-n$versionName"
}
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
[versions]
activityCompose = "1.9.3"
composeLibs = "1.7.5"
composeLibs = "1.7.6"
coreKtx = "1.15.0"
coreSplashscreen = "1.0.1"
datastorePreferences = "1.1.1"
glance = "1.1.1"
hilt = "2.53"
hilt = "2.54"
hiltNavigationCompose = "1.2.0"
lifecycleViewmodelCompose = "2.8.7"
lottieCompose = "6.6.1"
material3 = "1.3.1"
moshi = "1.15.1"
navigationCompose = "2.8.4"
navigationCompose = "2.8.5"
kotlin = "2.1.0"
android-application = "8.7.3"
ksp = "2.1.0-1.0.29"
retrofit = "2.11.0"
room = "2.6.1"
desugar_jdk_libs = "2.1.3"
desugar_jdk_libs = "2.1.4"

[libraries]
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activityCompose" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class DefinitionRoomRepository(
definitionDao.insert(
DefinitionEntity(
definition = item.definition,
example = item.definition,
example = item.example,
createdAt = epoch(),
meaningId = item.meaningId
)
Expand Down

0 comments on commit 6c68087

Please sign in to comment.