Skip to content

Commit ff7afda

Browse files
committed
update libs
1 parent 26de96d commit ff7afda

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
applicationId = "com.ah.taplock"
1313
minSdk = 31
1414
targetSdk = 36
15-
versionCode = 7
16-
versionName = "1.3"
15+
versionCode = 8
16+
versionName = "1.4"
1717

1818
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
1919
}

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ junit = "4.13.2"
66
junitVersion = "1.3.0"
77
espressoCore = "3.7.0"
88
lifecycleRuntimeKtx = "2.10.0"
9-
activityCompose = "1.12.2"
10-
composeBom = "2025.12.01"
9+
activityCompose = "1.12.3"
10+
composeBom = "2026.01.01"
1111

1212
[libraries]
1313
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }

0 commit comments

Comments
 (0)