Compare commits

..

1 Commits

Author SHA1 Message Date
openstappsbot
0b2654df49 refactor: update dependency androidx.core:core-splashscreen to v1.0.1 2023-07-24 09:05:42 +00:00

View File

@@ -7,10 +7,10 @@ ext {
androidxCoordinatorLayoutVersion = '1.2.0'
androidxCoreVersion = '1.8.0'
androidxFragmentVersion = '1.4.1'
coreSplashScreenVersion = '1.0.0-rc01'
coreSplashScreenVersion = '1.0.1'
androidxWebkitVersion = '1.4.0'
junitVersion = '4.13.2'
androidxJunitVersion = '1.1.5'
androidxJunitVersion = '1.1.3'
androidxEspressoCoreVersion = '3.4.0'
cordovaAndroidVersion = '10.1.1'
}