commit d87619f15f51898ca1328d1cf72543435c329c2d
parent 60c832daca694a8041667e38adbf6d562d1e4443
Author: Iván Ávalos <avalos@disroot.org>
Date: Tue, 25 Mar 2025 20:52:02 +0100
[wallet] bump more dependencies
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
@@ -2,10 +2,10 @@ buildscript {
ext {
kotlin_version = '1.9.24' // observe compatibility with compose compiler
ktor_version = '2.3.11'
- nav_version = '2.8.5'
+ nav_version = '2.8.9'
material_version = '1.12.0'
lifecycle_version = '2.8.7'
- constraintlayout_version = '2.2.0'
+ constraintlayout_version = '2.2.1'
junit_version = "4.13.2"
datastore_version = "1.1.1"
// should debug build types be minified with D8 as well? good for catching issues early