Skip to content

Commit

Permalink
Update library versions & AGP
Browse files Browse the repository at this point in the history
  • Loading branch information
Taewan-P committed Nov 3, 2024
1 parent 05c5b59 commit 0170ed6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ plugins {

android {
namespace = "dev.chungjungsoo.gptmobile"
compileSdk = 34
compileSdk = 35

defaultConfig {
applicationId = "dev.chungjungsoo.gptmobile"
minSdk = 28
targetSdk = 34
targetSdk = 35
versionCode = 11
versionName = "0.5.3"

Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[versions]
agp = "8.7.1"
agp = "8.7.2"
autoLicense = "11.2.2"
kotlin = "2.0.20"
coreKtx = "1.13.1"
coreKtx = "1.15.0"
junit = "4.13.2"
junitVersion = "1.2.1"
espressoCore = "3.6.1"
lifecycleRuntime = "2.8.6"
lifecycleRuntime = "2.8.7"
activityCompose = "1.9.3"
composeBom = "2024.10.00"
composeBom = "2024.10.01"
datastore = "1.1.1"
gemini = "0.9.0"
hilt = "2.52"
Expand Down

0 comments on commit 0170ed6

Please sign in to comment.