Skip to content

Commit 31885b0

Browse files
update dependencies
1 parent f6758e3 commit 31885b0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333
implementation 'androidx.core:core-ktx:1.9.0'
3434
implementation 'androidx.core:core-splashscreen:1.0.0'
3535
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
36-
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1"
36+
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.0'
3737
implementation 'androidx.media:media:1.6.0'
3838
implementation 'androidx.preference:preference-ktx:1.2.0'
3939
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
@@ -44,11 +44,11 @@ dependencies {
4444
testImplementation 'com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0'
4545
testImplementation 'io.mockk:mockk:1.13.4'
4646
testImplementation 'junit:junit:4.13.2'
47-
testImplementation 'org.mockito:mockito-core:5.1.1'
47+
testImplementation 'org.mockito:mockito-core:5.2.0'
4848
testImplementation 'org.robolectric:robolectric:4.9.2'
4949
testImplementation "org.jetbrains.kotlin:kotlin-test:$kotlin_version"
5050
testImplementation "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version"
51-
testImplementation 'org.slf4j:slf4j-simple:2.0.6'
51+
testImplementation 'org.slf4j:slf4j-simple:2.0.7'
5252
// Android Test Dependencies
5353
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
5454
androidTestImplementation 'androidx.test.ext:junit-ktx:1.1.5'

app/build.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#Build Properties
2-
#Sat Mar 04 09:50:04 EST 2023
2+
#Sat Mar 18 09:17:42 EDT 2023
33
version_minor=0
44
version_store=63
55
version_patch=11
6-
version_build=6
6+
version_build=7
77
version_major=3

0 commit comments

Comments
 (0)