Bump core-ktx to 1.9.0 (#2918)

https://developer.android.com/jetpack/androidx/releases/core#1.9.0
This commit is contained in:
Goooler
2022-09-08 09:29:00 +08:00
committed by GitHub
parent e22eb7fe2f
commit 69e241aecf
+1 -1
View File
@@ -405,7 +405,7 @@ def setupAndroid(Project project) {
}
}
project.dependencies {
implementation 'androidx.core:core-ktx:1.8.0'
implementation 'androidx.core:core-ktx:1.9.0'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'org.mockito:mockito-core:4.6.1'