1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-03-25 03:59:11 +00:00

[framework/uiauto] Revert changes to original uiauto library

We don't want to change the old uiauto library at the moment. We will
update uiauto along with each workload using it.
This commit is contained in:
Luis Machado 2024-07-26 15:42:26 +01:00
parent b38e64a2a8
commit 1a308b6e39
2 changed files with 3 additions and 4 deletions

View File

@ -2,8 +2,7 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion 28
// buildToolsVersion is no longer used/accepted.
// buildToolsVersion '28.0.3'
buildToolsVersion '28.0.3'
defaultConfig {
minSdkVersion 18
targetSdkVersion 28

View File

@ -2,8 +2,8 @@
buildscript {
repositories {
jcenter()
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.2.1'
@ -16,8 +16,8 @@ buildscript {
allprojects {
repositories {
jcenter()
google()
mavenCentral()
}
}