diff --git a/app/build.gradle b/app/build.gradle index fdb685115..efb6de7b7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,7 +8,7 @@ plugins { android { compileSdkVersion 33 - def appVersionCode = 55 + def appVersionCode = 56 def appVersionName = "build_${appVersionCode}_final (beta)" buildFeatures { @@ -105,8 +105,8 @@ dependencies { // Test testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.1.4' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0' + androidTestImplementation 'androidx.test.ext:junit:1.1.5' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' // Kotlin implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1'