From d651646df58328db71f5e927a156b3d310422a7f Mon Sep 17 00:00:00 2001 From: VREM Software Development Date: Sat, 6 Jul 2024 12:30:38 -0400 Subject: [PATCH] update dependencies --- app/build.gradle | 8 ++++---- app/build.properties | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index dde5afea..55987476 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -33,13 +33,13 @@ dependencies { implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.core:core-splashscreen:1.0.1' implementation 'androidx.legacy:legacy-support-v4:1.0.0' - implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.2' + implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.3' implementation 'androidx.media:media:1.7.0' implementation 'androidx.preference:preference-ktx:1.2.1' implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation 'com.jjoe64:graphview:4.2.2' // Unit Test Dependencies - testImplementation 'androidx.test.ext:junit:1.1.5' + testImplementation 'androidx.test.ext:junit:1.2.1' testImplementation 'com.googlecode.junit-toolbox:junit-toolbox:2.4' testImplementation 'junit:junit:4.13.2' testImplementation 'org.mockito:mockito-core:5.12.0' @@ -50,8 +50,8 @@ dependencies { testImplementation 'org.slf4j:slf4j-simple:2.0.13' testImplementation 'org.assertj:assertj-core:3.26.0' // Android Test Dependencies - androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' - androidTestImplementation 'androidx.test.ext:junit-ktx:1.1.5' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' + androidTestImplementation 'androidx.test.ext:junit-ktx:1.2.1' } android { diff --git a/app/build.properties b/app/build.properties index 250993b9..d01d893e 100644 --- a/app/build.properties +++ b/app/build.properties @@ -1,6 +1,6 @@ #Build Properties -#Sat Jul 06 12:13:16 EDT 2024 -version_build=0 +#Sat Jul 06 12:26:18 EDT 2024 +version_build=1 version_major=3 version_minor=1 version_patch=3