From e9b2605ca13e081e35bd938a071808684d806883 Mon Sep 17 00:00:00 2001 From: VREM Software Development Date: Sat, 10 Feb 2024 11:12:39 -0500 Subject: [PATCH] update dependencies --- app/build.gradle | 4 ++-- app/build.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 923ecee0b..bf9edb0c9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -29,7 +29,7 @@ dependencies { implementation 'com.google.android.material:material:1.11.0' implementation 'androidx.annotation:annotation:1.7.1' implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'androidx.collection:collection-ktx:1.3.0' + implementation 'androidx.collection:collection-ktx:1.4.0' implementation 'androidx.core:core-ktx:1.12.0' implementation 'androidx.core:core-splashscreen:1.0.1' implementation 'androidx.legacy:legacy-support-v4:1.0.0' @@ -47,7 +47,7 @@ dependencies { testImplementation 'org.robolectric:robolectric:4.11.1' testImplementation "org.jetbrains.kotlin:kotlin-test:$kotlin_version" testImplementation "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version" - testImplementation 'org.slf4j:slf4j-simple:2.0.11' + testImplementation 'org.slf4j:slf4j-simple:2.0.12' // Android Test Dependencies androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' androidTestImplementation 'androidx.test.ext:junit-ktx:1.1.5' diff --git a/app/build.properties b/app/build.properties index f86a27e3e..c42e46fa0 100644 --- a/app/build.properties +++ b/app/build.properties @@ -1,6 +1,6 @@ #Build Properties -#Sat Jan 27 13:23:34 EST 2024 -version_build=5 +#Sat Feb 10 11:11:35 EST 2024 +version_build=6 version_major=3 version_minor=1 version_patch=2