Bugfix for Camera photo not being displayed in the app.

This commit is contained in:
2025-10-06 20:42:34 +02:00
parent 7fa666bcd4
commit 567b279030
32 changed files with 741 additions and 1976 deletions

View File

@@ -1,18 +1,19 @@
[versions]
agp = "8.3.2"
junit = "4.13.2"
junitVersion = "1.1.5"
espressoCore = "3.5.1"
appcompat = "1.6.1"
junitVersion = "1.3.0"
espressoCore = "3.7.0"
appcompat = "1.7.1"
material = "1.11.0"
pahoMqttv3 = "1.2.5"
pahoMqttService = "1.1.1"
googleServices = "4.4.1"
firebaseMessaging = "23.4.1"
googleServices = "4.4.3"
firebaseMessaging = "25.0.1"
touchImageView = "3.2.0"
gson = "2.10.1"
activity = "1.9.0"
constraintlayout = "2.1.4"
constraintlayout = "2.2.1"
lifecycleRuntime = "2.9.4"
[libraries]
junit = { group = "junit", name = "junit", version.ref = "junit" }
@@ -28,6 +29,8 @@ touchImageView = { group = "com.github.MikeOrtiz", name = "TouchImageView", vers
gson = { group = "com.google.code.gson", name = "gson", version.ref = "gson" }
activity = { group = "androidx.activity", name = "activity", version.ref = "activity" }
constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
lifecycle-process = { module = "androidx.lifecycle:lifecycle-process", version.ref = "lifecycleRuntime" }
lifecycle-runtime = { module = "androidx.lifecycle:lifecycle-runtime", version.ref = "lifecycleRuntime" }
[plugins]
androidApplication = { id = "com.android.application", version.ref = "agp" }