Skip to content

Commit

Permalink
Updated AGP and Libraries versions
Browse files Browse the repository at this point in the history
  • Loading branch information
duartebarbosadev committed Feb 13, 2025
1 parent bf30ba6 commit 404dd9b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ compileSdk = "35"
targetSdk = "35"

# Android Gradle Plugin and Kotlin
androidGradlePlugin = "8.7.3"
androidTools = "31.8.0"
androidGradlePlugin = "8.8.1"
androidTools = "31.8.1"
kotlin = "2.1.0"
ksp = "2.1.0-1.0.29"

Expand All @@ -17,16 +17,16 @@ coreKtx = "1.15.0"
appcompat = "1.7.0"
constraintlayout = "2.2.0"
activityKtx = "1.10.0"
fragmentKtx = "1.8.5"
swiperefreshlayout = "1.2.0-alpha01"
fragmentKtx = "1.8.6"
swiperefreshlayout = "1.2.0-beta01"
securityCrypto = "1.1.0-alpha06"
lifecycle = "2.8.7"
navigation = "2.8.6"
navigation = "2.8.7"
junit = "4.13.2"
androidxJUnit = "1.2.1"
espressoCore = "3.6.1"
material = "1.12.0"
paging = "3.3.5"
paging = "3.3.6"
workmanager = "2.10.0"


Expand All @@ -45,7 +45,7 @@ test = "1.6.2"
test-rules = "1.6.1"
hamcrest = "3.0"
turbine = "1.2.0"
fragmentTest = "1.8.5"
fragmentTest = "1.8.6"
truth = "1.4.4"
jupiter = "5.11.0"
arch = "2.2.0"
Expand All @@ -55,7 +55,7 @@ okhttp = "4.12.0"

# Plugins
googleServices = "4.4.2"
viewbinding = "8.8.0"
viewbinding = "8.8.1"
preferenceKtx = "1.2.1"
preference = "1.2.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 @@
#Wed Sep 18 01:08:25 WEST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 404dd9b

Please sign in to comment.