mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Use version catalog (#5753)
Signed-off-by: Pun Butrach <pun.butrach@gmail.com> Co-authored-by: Zongle Wang <wangzongler@gmail.com>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import com.android.build.api.dsl.ManagedVirtualDevice
|
||||
|
||||
plugins {
|
||||
id 'com.android.test'
|
||||
id 'androidx.baselineprofile'
|
||||
id 'org.jetbrains.kotlin.android'
|
||||
alias(libs.plugins.android.test)
|
||||
alias(libs.plugins.androidx.baselineprofile)
|
||||
alias(libs.plugins.kotlin.android)
|
||||
}
|
||||
|
||||
android {
|
||||
@@ -40,8 +40,8 @@ baselineProfile {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'androidx.test.ext:junit:1.3.0'
|
||||
implementation 'androidx.test.espresso:espresso-core:3.7.0'
|
||||
implementation 'androidx.test.uiautomator:uiautomator:2.3.0'
|
||||
implementation 'androidx.benchmark:benchmark-macro-junit4:1.4.1'
|
||||
implementation libs.androidx.junit
|
||||
implementation libs.androidx.espresso.core
|
||||
implementation libs.androidx.uiautomator
|
||||
implementation libs.androidx.benchmark.macro.junit4
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user