Compare commits

...

1 Commits

Author SHA1 Message Date
openstappsbot
1e82d3de1e refactor: update dependency androidx.test.ext:junit to v1.1.5 2023-07-24 09:05:45 +00:00

View File

@@ -10,7 +10,7 @@ ext {
coreSplashScreenVersion = '1.0.0-rc01' coreSplashScreenVersion = '1.0.0-rc01'
androidxWebkitVersion = '1.4.0' androidxWebkitVersion = '1.4.0'
junitVersion = '4.13.2' junitVersion = '4.13.2'
androidxJunitVersion = '1.1.3' androidxJunitVersion = '1.1.5'
androidxEspressoCoreVersion = '3.4.0' androidxEspressoCoreVersion = '3.4.0'
cordovaAndroidVersion = '10.1.1' cordovaAndroidVersion = '10.1.1'
} }