Skip to content

Commit

Permalink
Merge pull request #136 from KakaoCup/update-versions
Browse files Browse the repository at this point in the history
feat(core): update dependencies
  • Loading branch information
Vacxe authored Oct 19, 2024
2 parents d472242 + 47680f5 commit e167ca1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
[versions]
gradle = "8.8"
gradle = "8.10.2"
jvmVersion = "8"

targetSdk = "34"
compileSdk = "34"
minSdk = "21"

agpVersion = "8.5.0"
kotlinVersion = "2.0.0"
agpVersion = "8.5.2"
kotlinVersion = "2.0.21"

dokkaVersion = "1.9.20"
appcompatVersion = "1.7.0"
recyclerviewVersion = "1.3.2"
viewPager2Version = "1.1.0"
swiperefreshlayoutVersion = "1.1.0"
annotationVersion = "1.6.0"
testRunnerVersion = "1.6.1"
testRunnerVersion = "1.6.2"
testRulesVersion = "1.6.1"

espressoVersion = "3.6.1"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit e167ca1

Please sign in to comment.