fixed android dependencies error in release mode

This commit is contained in:
Lorenzo Pichilli 2022-04-25 13:51:47 +02:00
parent 951b974dd3
commit 07768cdc81
1 changed files with 2 additions and 2 deletions

View File

@ -62,8 +62,8 @@ flutter {
dependencies {
testImplementation 'junit:junit:4.13'
androidTestImplementation 'androidx.test:runner:1.3.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
androidTestImplementation 'androidx.test:runner:1.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
implementation 'com.google.android.material:material:1.3.0'
implementation 'com.android.support:multidex:1.0.3'
}