Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
# Build Tools
agp = "9.0.1"
agp = "9.1.0"
kotlin = "2.3.10"
ksp = "2.3.5"
androidRust = "0.6.0"
Expand All @@ -24,7 +24,7 @@ work = "2.11.1"
cardview = "1.0.0"
documentfile = "1.1.0"
room = "2.8.4"
composeBom = "2026.02.00"
composeBom = "2026.02.01"

# Google / Firebase (NO FREE)
googleServices = "4.4.4"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Fri Feb 13 21:18:38 CST 2026
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.0-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down