1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-06-19 16:25:17 +00:00

Update some Gradle dependencies

This commit is contained in:
2021-12-28 19:03:37 +01:00
parent c849ee0bac
commit ecc4f5bffe
4 changed files with 10 additions and 6 deletions

View File

@ -45,6 +45,9 @@ android {
lintOptions {
disable 'InvalidPackage'
// TODO remove this fix to use Gradle plugin 4 ASAP
checkReleaseBuilds false
}
defaultConfig {
@ -110,9 +113,9 @@ flutter {
dependencies {
implementation 'com.neovisionaries:nv-websocket-client:2.14'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
testImplementation 'junit:junit:4.13.1'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
}
apply plugin: 'com.google.gms.google-services'