fix(deps): rollback AndroidX Test version to 1.6.0-alpha01

alpha02 doesn't exist
This commit is contained in:
Harsh Shandilya 2023-04-25 20:03:31 +05:30 committed by GitHub
parent 68a20e0d11
commit 31adb45152
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
[versions] [versions]
accompanist = "0.30.1" accompanist = "0.30.1"
agp = "8.1.0-beta01" agp = "8.1.0-beta01"
androidx-test = "1.6.0-alpha02" androidx-test = "1.6.0-alpha01"
coil = "2.3.0" coil = "2.3.0"
# @keep used for kotlinCompilerExtensionVersion # @keep used for kotlinCompilerExtensionVersion
composeCompiler = "1.4.4" composeCompiler = "1.4.4"