Deltatre Apps library configuration
Upgrading the Deltatre Apps library
The whitelabel application you run in the quick start guide rely on a specific Deltatre Apps library version.
When new library versions are available, upgrading the whitelabel application without impacting any configuration you already applied is straightforward. Find how in the next paragraph.
Where do I set the Deltatre Apps library version?
Set the Deltatre Apps library version with the d3Studio parameter in th gradle/libs.versions.toml file. E.g,:
[versions]
agp = "8.3.2"
kotlin = "1.9.0"
coreKtx = "1.12.0"
junit = "4.13.2"
junitVersion = "1.1.5"
espressoCore = "3.5.1"
appcompat = "1.6.1"
material = "1.11.0"
activity = "1.8.2"
constraintlayout = "2.1.4"
d3Studio = "1.0.1-STABLE-250117-1116" <-- Deltatre Apps library version
firebaseMessagingKtx = "24.0.0"