mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-11-04 09:02:12 +00:00 
			
		
		
		
	fw/uiauto: Fix uiauto builds and update apks
The version of gradle being used was out of date, update to a later version to fix building of uiauto apks.
This commit is contained in:
		@@ -6,7 +6,7 @@ buildscript {
 | 
			
		||||
        google()
 | 
			
		||||
    }
 | 
			
		||||
    dependencies {
 | 
			
		||||
        classpath 'com.android.tools.build:gradle:4.2.0'
 | 
			
		||||
        classpath 'com.android.tools.build:gradle:7.2.1'
 | 
			
		||||
 | 
			
		||||
        // NOTE: Do not place your application dependencies here; they belong
 | 
			
		||||
        // in the individual module build.gradle files
 | 
			
		||||
 
 | 
			
		||||
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
 | 
			
		||||
distributionPath=wrapper/dists
 | 
			
		||||
zipStoreBase=GRADLE_USER_HOME
 | 
			
		||||
zipStorePath=wrapper/dists
 | 
			
		||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip
 | 
			
		||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
 | 
			
		||||
 
 | 
			
		||||
@@ -11,8 +11,8 @@ android {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
dependencies {
 | 
			
		||||
    compile fileTree(include: ['*.jar'], dir: 'libs')
 | 
			
		||||
    compile 'com.android.support.test:runner:0.5'
 | 
			
		||||
    compile 'com.android.support.test:rules:0.5'
 | 
			
		||||
    compile 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2'
 | 
			
		||||
    implementation fileTree(include: ['*.jar'], dir: 'libs')
 | 
			
		||||
    implementation 'com.android.support.test:runner:0.5'
 | 
			
		||||
    implementation 'com.android.support.test:rules:0.5'
 | 
			
		||||
    implementation 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2'
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -6,7 +6,7 @@ buildscript {
 | 
			
		||||
        google()
 | 
			
		||||
    }
 | 
			
		||||
    dependencies {
 | 
			
		||||
        classpath 'com.android.tools.build:gradle:4.2.0'
 | 
			
		||||
        classpath 'com.android.tools.build:gradle:7.2.1'
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    // NOTE: Do not place your application dependencies here; they belong
 | 
			
		||||
 
 | 
			
		||||
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
 | 
			
		||||
distributionPath=wrapper/dists
 | 
			
		||||
zipStoreBase=GRADLE_USER_HOME
 | 
			
		||||
zipStorePath=wrapper/dists
 | 
			
		||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip
 | 
			
		||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
 | 
			
		||||
 
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							@@ -21,11 +21,11 @@ android {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
dependencies {
 | 
			
		||||
    compile fileTree(include: ['*.jar'], dir: 'libs')
 | 
			
		||||
    compile 'com.android.support.test:runner:0.5'
 | 
			
		||||
    compile 'com.android.support.test:rules:0.5'
 | 
			
		||||
    compile 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2'
 | 
			
		||||
    compile(name: 'uiauto', ext: 'aar')
 | 
			
		||||
    implementation fileTree(include: ['*.jar'], dir: 'libs')
 | 
			
		||||
    implementation 'com.android.support.test:runner:0.5'
 | 
			
		||||
    implementation 'com.android.support.test:rules:0.5'
 | 
			
		||||
    implementation 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2'
 | 
			
		||||
    implementation(name: 'uiauto', ext: 'aar')
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
repositories {
 | 
			
		||||
 
 | 
			
		||||
@@ -6,7 +6,7 @@ buildscript {
 | 
			
		||||
        google()
 | 
			
		||||
    }
 | 
			
		||||
    dependencies {
 | 
			
		||||
        classpath 'com.android.tools.build:gradle:4.2.0'
 | 
			
		||||
        classpath 'com.android.tools.build:gradle:7.2.1'
 | 
			
		||||
 | 
			
		||||
        // NOTE: Do not place your application dependencies here; they belong
 | 
			
		||||
        // in the individual module build.gradle files
 | 
			
		||||
 
 | 
			
		||||
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
 | 
			
		||||
distributionPath=wrapper/dists
 | 
			
		||||
zipStoreBase=GRADLE_USER_HOME
 | 
			
		||||
zipStorePath=wrapper/dists
 | 
			
		||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip
 | 
			
		||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
 | 
			
		||||
 
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							@@ -21,11 +21,11 @@ android {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
dependencies {
 | 
			
		||||
    compile fileTree(include: ['*.jar'], dir: 'libs')
 | 
			
		||||
    compile 'com.android.support.test:runner:0.5'
 | 
			
		||||
    compile 'com.android.support.test:rules:0.5'
 | 
			
		||||
    compile 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2'
 | 
			
		||||
    compile(name: 'uiauto', ext: 'aar')
 | 
			
		||||
    implementation fileTree(include: ['*.jar'], dir: 'libs')
 | 
			
		||||
    implementation 'com.android.support.test:runner:0.5'
 | 
			
		||||
    implementation 'com.android.support.test:rules:0.5'
 | 
			
		||||
    implementation 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2'
 | 
			
		||||
    implementation(name: 'uiauto', ext: 'aar')
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
repositories {
 | 
			
		||||
 
 | 
			
		||||
@@ -6,7 +6,7 @@ buildscript {
 | 
			
		||||
        google()
 | 
			
		||||
    }
 | 
			
		||||
    dependencies {
 | 
			
		||||
        classpath 'com.android.tools.build:gradle:4.2.0'
 | 
			
		||||
        classpath 'com.android.tools.build:gradle:7.2.1'
 | 
			
		||||
 | 
			
		||||
        // NOTE: Do not place your application dependencies here; they belong
 | 
			
		||||
        // in the individual module build.gradle files
 | 
			
		||||
 
 | 
			
		||||
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
 | 
			
		||||
distributionPath=wrapper/dists
 | 
			
		||||
zipStoreBase=GRADLE_USER_HOME
 | 
			
		||||
zipStorePath=wrapper/dists
 | 
			
		||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip
 | 
			
		||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
 | 
			
		||||
 
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							@@ -21,11 +21,11 @@ android {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
dependencies {
 | 
			
		||||
    compile fileTree(include: ['*.jar'], dir: 'libs')
 | 
			
		||||
    compile 'com.android.support.test:runner:0.5'
 | 
			
		||||
    compile 'com.android.support.test:rules:0.5'
 | 
			
		||||
    compile 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2'
 | 
			
		||||
    compile(name: 'uiauto', ext: 'aar')
 | 
			
		||||
    implementation fileTree(include: ['*.jar'], dir: 'libs')
 | 
			
		||||
    implementation 'com.android.support.test:runner:0.5'
 | 
			
		||||
    implementation 'com.android.support.test:rules:0.5'
 | 
			
		||||
    implementation 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2'
 | 
			
		||||
    implementation(name: 'uiauto', ext: 'aar')
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
repositories {
 | 
			
		||||
 
 | 
			
		||||
@@ -6,7 +6,7 @@ buildscript {
 | 
			
		||||
        google()
 | 
			
		||||
    }
 | 
			
		||||
    dependencies {
 | 
			
		||||
        classpath 'com.android.tools.build:gradle:4.2.0'
 | 
			
		||||
        classpath 'com.android.tools.build:gradle:7.2.1'
 | 
			
		||||
 | 
			
		||||
        // NOTE: Do not place your application dependencies here; they belong
 | 
			
		||||
        // in the individual module build.gradle files
 | 
			
		||||
 
 | 
			
		||||
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
 | 
			
		||||
distributionPath=wrapper/dists
 | 
			
		||||
zipStoreBase=GRADLE_USER_HOME
 | 
			
		||||
zipStorePath=wrapper/dists
 | 
			
		||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip
 | 
			
		||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
 | 
			
		||||
 
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							@@ -27,11 +27,11 @@ android {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
dependencies {
 | 
			
		||||
    compile fileTree(dir: 'libs', include: ['*.jar'])
 | 
			
		||||
    compile 'com.android.support.test:runner:0.5'
 | 
			
		||||
    compile 'com.android.support.test:rules:0.5'
 | 
			
		||||
    compile 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2'
 | 
			
		||||
    compile(name: 'uiauto', ext:'aar')
 | 
			
		||||
    implementation fileTree(dir: 'libs', include: ['*.jar'])
 | 
			
		||||
    implementation 'com.android.support.test:runner:0.5'
 | 
			
		||||
    implementation 'com.android.support.test:rules:0.5'
 | 
			
		||||
    implementation 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2'
 | 
			
		||||
    implementation(name: 'uiauto', ext:'aar')
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
repositories {
 | 
			
		||||
 
 | 
			
		||||
@@ -6,7 +6,7 @@ buildscript {
 | 
			
		||||
        google()
 | 
			
		||||
    }
 | 
			
		||||
    dependencies {
 | 
			
		||||
        classpath 'com.android.tools.build:gradle:4.2.0'
 | 
			
		||||
        classpath 'com.android.tools.build:gradle:7.2.1'
 | 
			
		||||
 | 
			
		||||
        // NOTE: Do not place your application dependencies here; they belong
 | 
			
		||||
        // in the individual module build.gradle files
 | 
			
		||||
 
 | 
			
		||||
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
 | 
			
		||||
distributionPath=wrapper/dists
 | 
			
		||||
zipStoreBase=GRADLE_USER_HOME
 | 
			
		||||
zipStorePath=wrapper/dists
 | 
			
		||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip
 | 
			
		||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
 | 
			
		||||
 
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							@@ -21,11 +21,11 @@ android {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
dependencies {
 | 
			
		||||
    compile fileTree(dir: 'libs', include: ['*.jar'])
 | 
			
		||||
    compile 'com.android.support.test:runner:0.5'
 | 
			
		||||
    compile 'com.android.support.test:rules:0.5'
 | 
			
		||||
    compile 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2'
 | 
			
		||||
    compile(name: 'uiauto', ext:'aar')
 | 
			
		||||
    implementation fileTree(dir: 'libs', include: ['*.jar'])
 | 
			
		||||
    implementation 'com.android.support.test:runner:0.5'
 | 
			
		||||
    implementation 'com.android.support.test:rules:0.5'
 | 
			
		||||
    implementation 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2'
 | 
			
		||||
    implementation(name: 'uiauto', ext:'aar')
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
repositories {
 | 
			
		||||
 
 | 
			
		||||
@@ -6,7 +6,7 @@ buildscript {
 | 
			
		||||
        google()
 | 
			
		||||
    }
 | 
			
		||||
    dependencies {
 | 
			
		||||
        classpath 'com.android.tools.build:gradle:4.2.0'
 | 
			
		||||
        classpath 'com.android.tools.build:gradle:7.2.1'
 | 
			
		||||
 | 
			
		||||
        // NOTE: Do not place your application dependencies here; they belong
 | 
			
		||||
        // in the individual module build.gradle files
 | 
			
		||||
 
 | 
			
		||||
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
 | 
			
		||||
distributionPath=wrapper/dists
 | 
			
		||||
zipStoreBase=GRADLE_USER_HOME
 | 
			
		||||
zipStorePath=wrapper/dists
 | 
			
		||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip
 | 
			
		||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
 | 
			
		||||
 
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							@@ -21,11 +21,11 @@ android {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
dependencies {
 | 
			
		||||
    compile fileTree(dir: 'libs', include: ['*.jar'])
 | 
			
		||||
    compile 'com.android.support.test:runner:0.5'
 | 
			
		||||
    compile 'com.android.support.test:rules:0.5'
 | 
			
		||||
    compile 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2'
 | 
			
		||||
    compile(name: 'uiauto', ext:'aar')
 | 
			
		||||
    implementation fileTree(dir: 'libs', include: ['*.jar'])
 | 
			
		||||
    implementation 'com.android.support.test:runner:0.5'
 | 
			
		||||
    implementation 'com.android.support.test:rules:0.5'
 | 
			
		||||
    implementation 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2'
 | 
			
		||||
    implementation(name: 'uiauto', ext:'aar')
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
repositories {
 | 
			
		||||
 
 | 
			
		||||
@@ -6,7 +6,7 @@ buildscript {
 | 
			
		||||
        google()
 | 
			
		||||
    }
 | 
			
		||||
    dependencies {
 | 
			
		||||
        classpath 'com.android.tools.build:gradle:4.2.0'
 | 
			
		||||
        classpath 'com.android.tools.build:gradle:7.2.1'
 | 
			
		||||
 | 
			
		||||
        // NOTE: Do not place your application dependencies here; they belong
 | 
			
		||||
        // in the individual module build.gradle files
 | 
			
		||||
 
 | 
			
		||||
@@ -3,4 +3,5 @@ distributionBase=GRADLE_USER_HOME
 | 
			
		||||
distributionPath=wrapper/dists
 | 
			
		||||
zipStoreBase=GRADLE_USER_HOME
 | 
			
		||||
zipStorePath=wrapper/dists
 | 
			
		||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip
 | 
			
		||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							@@ -19,11 +19,11 @@ android {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
dependencies {
 | 
			
		||||
    compile fileTree(include: ['*.jar'], dir: 'libs')
 | 
			
		||||
    compile 'com.android.support.test:runner:0.5'
 | 
			
		||||
    compile 'com.android.support.test:rules:0.5'
 | 
			
		||||
    compile 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2'
 | 
			
		||||
    compile(name: 'uiauto', ext: 'aar')
 | 
			
		||||
    implementation fileTree(include: ['*.jar'], dir: 'libs')
 | 
			
		||||
    implementation 'com.android.support.test:runner:0.5'
 | 
			
		||||
    implementation 'com.android.support.test:rules:0.5'
 | 
			
		||||
    implementation 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2'
 | 
			
		||||
    implementation(name: 'uiauto', ext: 'aar')
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
repositories {
 | 
			
		||||
 
 | 
			
		||||
@@ -6,7 +6,7 @@ buildscript {
 | 
			
		||||
        google()
 | 
			
		||||
    }
 | 
			
		||||
    dependencies {
 | 
			
		||||
        classpath 'com.android.tools.build:gradle:4.2.0'
 | 
			
		||||
        classpath 'com.android.tools.build:gradle:7.2.1'
 | 
			
		||||
 | 
			
		||||
        // NOTE: Do not place your application dependencies here; they belong
 | 
			
		||||
        // in the individual module build.gradle files
 | 
			
		||||
 
 | 
			
		||||
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
 | 
			
		||||
distributionPath=wrapper/dists
 | 
			
		||||
zipStoreBase=GRADLE_USER_HOME
 | 
			
		||||
zipStorePath=wrapper/dists
 | 
			
		||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip
 | 
			
		||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
 | 
			
		||||
 
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							@@ -27,11 +27,11 @@ android {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
dependencies {
 | 
			
		||||
    compile fileTree(dir: 'libs', include: ['*.jar'])
 | 
			
		||||
    compile 'com.android.support.test:runner:0.5'
 | 
			
		||||
    compile 'com.android.support.test:rules:0.5'
 | 
			
		||||
    compile 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2'
 | 
			
		||||
    compile(name: 'uiauto', ext:'aar')
 | 
			
		||||
    implementation fileTree(dir: 'libs', include: ['*.jar'])
 | 
			
		||||
    implementation 'com.android.support.test:runner:0.5'
 | 
			
		||||
    implementation 'com.android.support.test:rules:0.5'
 | 
			
		||||
    implementation 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2'
 | 
			
		||||
    implementation(name: 'uiauto', ext:'aar')
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
repositories {
 | 
			
		||||
 
 | 
			
		||||
@@ -6,7 +6,7 @@ buildscript {
 | 
			
		||||
        google()
 | 
			
		||||
    }
 | 
			
		||||
    dependencies {
 | 
			
		||||
        classpath 'com.android.tools.build:gradle:4.2.0'
 | 
			
		||||
        classpath 'com.android.tools.build:gradle:7.2.1'
 | 
			
		||||
 | 
			
		||||
        // NOTE: Do not place your application dependencies here; they belong
 | 
			
		||||
        // in the individual module build.gradle files
 | 
			
		||||
 
 | 
			
		||||
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
 | 
			
		||||
distributionPath=wrapper/dists
 | 
			
		||||
zipStoreBase=GRADLE_USER_HOME
 | 
			
		||||
zipStorePath=wrapper/dists
 | 
			
		||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip
 | 
			
		||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
 | 
			
		||||
 
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							@@ -21,11 +21,11 @@ android {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
dependencies {
 | 
			
		||||
    compile fileTree(dir: 'libs', include: ['*.jar'])
 | 
			
		||||
    compile 'com.android.support.test:runner:0.5'
 | 
			
		||||
    compile 'com.android.support.test:rules:0.5'
 | 
			
		||||
    compile 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2'
 | 
			
		||||
    compile(name: 'uiauto', ext:'aar')
 | 
			
		||||
    implementation fileTree(dir: 'libs', include: ['*.jar'])
 | 
			
		||||
    implementation 'com.android.support.test:runner:0.5'
 | 
			
		||||
    implementation 'com.android.support.test:rules:0.5'
 | 
			
		||||
    implementation 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2'
 | 
			
		||||
    implementation(name: 'uiauto', ext:'aar')
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
repositories {
 | 
			
		||||
 
 | 
			
		||||
@@ -6,7 +6,7 @@ buildscript {
 | 
			
		||||
        google()
 | 
			
		||||
    }
 | 
			
		||||
    dependencies {
 | 
			
		||||
        classpath 'com.android.tools.build:gradle:4.2.0'
 | 
			
		||||
        classpath 'com.android.tools.build:gradle:7.2.1'
 | 
			
		||||
 | 
			
		||||
        // NOTE: Do not place your application dependencies here; they belong
 | 
			
		||||
        // in the individual module build.gradle files
 | 
			
		||||
 
 | 
			
		||||
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
 | 
			
		||||
distributionPath=wrapper/dists
 | 
			
		||||
zipStoreBase=GRADLE_USER_HOME
 | 
			
		||||
zipStorePath=wrapper/dists
 | 
			
		||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip
 | 
			
		||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
 | 
			
		||||
 
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							@@ -27,11 +27,11 @@ android {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
dependencies {
 | 
			
		||||
    compile fileTree(dir: 'libs', include: ['*.jar'])
 | 
			
		||||
    compile 'com.android.support.test:runner:0.5'
 | 
			
		||||
    compile 'com.android.support.test:rules:0.5'
 | 
			
		||||
    compile 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2'
 | 
			
		||||
    compile(name: 'uiauto', ext:'aar')
 | 
			
		||||
    implementation fileTree(dir: 'libs', include: ['*.jar'])
 | 
			
		||||
    implementation 'com.android.support.test:runner:0.5'
 | 
			
		||||
    implementation 'com.android.support.test:rules:0.5'
 | 
			
		||||
    implementation 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2'
 | 
			
		||||
    implementation(name: 'uiauto', ext:'aar')
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
repositories {
 | 
			
		||||
 
 | 
			
		||||
@@ -6,7 +6,7 @@ buildscript {
 | 
			
		||||
        google()
 | 
			
		||||
    }
 | 
			
		||||
    dependencies {
 | 
			
		||||
        classpath 'com.android.tools.build:gradle:4.2.0'
 | 
			
		||||
        classpath 'com.android.tools.build:gradle:7.2.1'
 | 
			
		||||
 | 
			
		||||
        // NOTE: Do not place your application dependencies here; they belong
 | 
			
		||||
        // in the individual module build.gradle files
 | 
			
		||||
 
 | 
			
		||||
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
 | 
			
		||||
distributionPath=wrapper/dists
 | 
			
		||||
zipStoreBase=GRADLE_USER_HOME
 | 
			
		||||
zipStorePath=wrapper/dists
 | 
			
		||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip
 | 
			
		||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
 | 
			
		||||
 
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							@@ -19,11 +19,11 @@ android {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
dependencies {
 | 
			
		||||
    compile fileTree(include: ['*.jar'], dir: 'libs')
 | 
			
		||||
    compile 'com.android.support.test:runner:0.5'
 | 
			
		||||
    compile 'com.android.support.test:rules:0.5'
 | 
			
		||||
    compile 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2'
 | 
			
		||||
    compile(name: 'uiauto', ext: 'aar')
 | 
			
		||||
    implementation fileTree(include: ['*.jar'], dir: 'libs')
 | 
			
		||||
    implementation 'com.android.support.test:runner:0.5'
 | 
			
		||||
    implementation 'com.android.support.test:rules:0.5'
 | 
			
		||||
    implementation 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2'
 | 
			
		||||
    implementation(name: 'uiauto', ext: 'aar')
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
repositories {
 | 
			
		||||
 
 | 
			
		||||
@@ -6,7 +6,7 @@ buildscript {
 | 
			
		||||
        google()
 | 
			
		||||
    }
 | 
			
		||||
    dependencies {
 | 
			
		||||
        classpath 'com.android.tools.build:gradle:4.2.0'
 | 
			
		||||
        classpath 'com.android.tools.build:gradle:7.2.1'
 | 
			
		||||
 | 
			
		||||
        // NOTE: Do not place your application dependencies here; they belong
 | 
			
		||||
        // in the individual module build.gradle files
 | 
			
		||||
 
 | 
			
		||||
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
 | 
			
		||||
distributionPath=wrapper/dists
 | 
			
		||||
zipStoreBase=GRADLE_USER_HOME
 | 
			
		||||
zipStorePath=wrapper/dists
 | 
			
		||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip
 | 
			
		||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
 | 
			
		||||
 
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							@@ -27,11 +27,11 @@ android {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
dependencies {
 | 
			
		||||
    compile fileTree(dir: 'libs', include: ['*.jar'])
 | 
			
		||||
    compile 'com.android.support.test:runner:0.5'
 | 
			
		||||
    compile 'com.android.support.test:rules:0.5'
 | 
			
		||||
    compile 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2'
 | 
			
		||||
    compile(name: 'uiauto', ext:'aar')
 | 
			
		||||
    implementation fileTree(dir: 'libs', include: ['*.jar'])
 | 
			
		||||
    implementation 'com.android.support.test:runner:0.5'
 | 
			
		||||
    implementation 'com.android.support.test:rules:0.5'
 | 
			
		||||
    implementation 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2'
 | 
			
		||||
    implementation(name: 'uiauto', ext:'aar')
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
repositories {
 | 
			
		||||
 
 | 
			
		||||
@@ -6,7 +6,7 @@ buildscript {
 | 
			
		||||
        google()
 | 
			
		||||
    }
 | 
			
		||||
    dependencies {
 | 
			
		||||
        classpath 'com.android.tools.build:gradle:4.2.0'
 | 
			
		||||
        classpath 'com.android.tools.build:gradle:7.2.1'
 | 
			
		||||
 | 
			
		||||
        // NOTE: Do not place your application dependencies here; they belong
 | 
			
		||||
        // in the individual module build.gradle files
 | 
			
		||||
 
 | 
			
		||||
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
 | 
			
		||||
distributionPath=wrapper/dists
 | 
			
		||||
zipStoreBase=GRADLE_USER_HOME
 | 
			
		||||
zipStorePath=wrapper/dists
 | 
			
		||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip
 | 
			
		||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
 | 
			
		||||
 
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							@@ -21,11 +21,11 @@ android {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
dependencies {
 | 
			
		||||
    compile fileTree(dir: 'libs', include: ['*.jar'])
 | 
			
		||||
    compile 'com.android.support.test:runner:0.5'
 | 
			
		||||
    compile 'com.android.support.test:rules:0.5'
 | 
			
		||||
    compile 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2'
 | 
			
		||||
    compile(name: 'uiauto', ext:'aar')
 | 
			
		||||
    implementation fileTree(dir: 'libs', include: ['*.jar'])
 | 
			
		||||
    implementation 'com.android.support.test:runner:0.5'
 | 
			
		||||
    implementation 'com.android.support.test:rules:0.5'
 | 
			
		||||
    implementation 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2'
 | 
			
		||||
    implementation(name: 'uiauto', ext:'aar')
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
repositories {
 | 
			
		||||
 
 | 
			
		||||
@@ -6,7 +6,7 @@ buildscript {
 | 
			
		||||
        google()
 | 
			
		||||
    }
 | 
			
		||||
    dependencies {
 | 
			
		||||
        classpath 'com.android.tools.build:gradle:4.2.0'
 | 
			
		||||
        classpath 'com.android.tools.build:gradle:7.2.1'
 | 
			
		||||
 | 
			
		||||
        // NOTE: Do not place your application dependencies here; they belong
 | 
			
		||||
        // in the individual module build.gradle files
 | 
			
		||||
 
 | 
			
		||||
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
 | 
			
		||||
distributionPath=wrapper/dists
 | 
			
		||||
zipStoreBase=GRADLE_USER_HOME
 | 
			
		||||
zipStorePath=wrapper/dists
 | 
			
		||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip
 | 
			
		||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
 | 
			
		||||
 
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							@@ -21,12 +21,12 @@ android {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
dependencies {
 | 
			
		||||
    compile fileTree(dir: 'libs', include: ['*.jar'])
 | 
			
		||||
    compile 'com.android.support.test:runner:0.5'
 | 
			
		||||
    compile 'com.android.support.test:rules:0.5'
 | 
			
		||||
    implementation fileTree(dir: 'libs', include: ['*.jar'])
 | 
			
		||||
    implementation 'com.android.support.test:runner:0.5'
 | 
			
		||||
    implementation 'com.android.support.test:rules:0.5'
 | 
			
		||||
    // Using older version of uitautomator as the latest version can't find canvas elements.
 | 
			
		||||
    compile 'com.android.support.test.uiautomator:uiautomator-v18:2.1.1'
 | 
			
		||||
    compile(name: 'uiauto', ext:'aar')
 | 
			
		||||
    implementation 'com.android.support.test.uiautomator:uiautomator-v18:2.1.1'
 | 
			
		||||
    implementation(name: 'uiauto', ext:'aar')
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
repositories {
 | 
			
		||||
 
 | 
			
		||||
@@ -6,7 +6,7 @@ buildscript {
 | 
			
		||||
        google()
 | 
			
		||||
    }
 | 
			
		||||
    dependencies {
 | 
			
		||||
        classpath 'com.android.tools.build:gradle:4.2.0'
 | 
			
		||||
        classpath 'com.android.tools.build:gradle:7.2.1'
 | 
			
		||||
 | 
			
		||||
        // NOTE: Do not place your application dependencies here; they belong
 | 
			
		||||
        // in the individual module build.gradle files
 | 
			
		||||
 
 | 
			
		||||
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
 | 
			
		||||
distributionPath=wrapper/dists
 | 
			
		||||
zipStoreBase=GRADLE_USER_HOME
 | 
			
		||||
zipStorePath=wrapper/dists
 | 
			
		||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip
 | 
			
		||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
 | 
			
		||||
 
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							@@ -27,11 +27,11 @@ android {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
dependencies {
 | 
			
		||||
    compile fileTree(dir: 'libs', include: ['*.jar'])
 | 
			
		||||
    compile 'com.android.support.test:runner:0.5'
 | 
			
		||||
    compile 'com.android.support.test:rules:0.5'
 | 
			
		||||
    compile 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2'
 | 
			
		||||
    compile(name: 'uiauto', ext:'aar')
 | 
			
		||||
    implementation fileTree(dir: 'libs', include: ['*.jar'])
 | 
			
		||||
    implementation 'com.android.support.test:runner:0.5'
 | 
			
		||||
    implementation 'com.android.support.test:rules:0.5'
 | 
			
		||||
    implementation 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2'
 | 
			
		||||
    implementation(name: 'uiauto', ext:'aar')
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
repositories {
 | 
			
		||||
 
 | 
			
		||||
@@ -6,7 +6,7 @@ buildscript {
 | 
			
		||||
        google()
 | 
			
		||||
    }
 | 
			
		||||
    dependencies {
 | 
			
		||||
        classpath 'com.android.tools.build:gradle:4.2.0'
 | 
			
		||||
        classpath 'com.android.tools.build:gradle:7.2.1'
 | 
			
		||||
 | 
			
		||||
        // NOTE: Do not place your application dependencies here; they belong
 | 
			
		||||
        // in the individual module build.gradle files
 | 
			
		||||
 
 | 
			
		||||
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
 | 
			
		||||
distributionPath=wrapper/dists
 | 
			
		||||
zipStoreBase=GRADLE_USER_HOME
 | 
			
		||||
zipStorePath=wrapper/dists
 | 
			
		||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip
 | 
			
		||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
 | 
			
		||||
 
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							@@ -27,11 +27,11 @@ android {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
dependencies {
 | 
			
		||||
    compile fileTree(dir: 'libs', include: ['*.jar'])
 | 
			
		||||
    compile 'com.android.support.test:runner:0.5'
 | 
			
		||||
    compile 'com.android.support.test:rules:0.5'
 | 
			
		||||
    compile 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2'
 | 
			
		||||
    compile(name: 'uiauto', ext:'aar')
 | 
			
		||||
    implementation fileTree(dir: 'libs', include: ['*.jar'])
 | 
			
		||||
    implementation 'com.android.support.test:runner:0.5'
 | 
			
		||||
    implementation 'com.android.support.test:rules:0.5'
 | 
			
		||||
    implementation 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2'
 | 
			
		||||
    implementation(name: 'uiauto', ext:'aar')
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
repositories {
 | 
			
		||||
 
 | 
			
		||||
@@ -6,7 +6,7 @@ buildscript {
 | 
			
		||||
        google()
 | 
			
		||||
    }
 | 
			
		||||
    dependencies {
 | 
			
		||||
        classpath 'com.android.tools.build:gradle:4.2.0'
 | 
			
		||||
        classpath 'com.android.tools.build:gradle:7.2.1'
 | 
			
		||||
 | 
			
		||||
        // NOTE: Do not place your application dependencies here; they belong
 | 
			
		||||
        // in the individual module build.gradle files
 | 
			
		||||
 
 | 
			
		||||
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
 | 
			
		||||
distributionPath=wrapper/dists
 | 
			
		||||
zipStoreBase=GRADLE_USER_HOME
 | 
			
		||||
zipStorePath=wrapper/dists
 | 
			
		||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip
 | 
			
		||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
 | 
			
		||||
 
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							@@ -21,11 +21,11 @@ android {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
dependencies {
 | 
			
		||||
    compile fileTree(dir: 'libs', include: ['*.jar'])
 | 
			
		||||
    compile 'com.android.support.test:runner:0.5'
 | 
			
		||||
    compile 'com.android.support.test:rules:0.5'
 | 
			
		||||
    compile 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2'
 | 
			
		||||
    compile(name: 'uiauto', ext:'aar')
 | 
			
		||||
    implementation fileTree(dir: 'libs', include: ['*.jar'])
 | 
			
		||||
    implementation 'com.android.support.test:runner:0.5'
 | 
			
		||||
    implementation 'com.android.support.test:rules:0.5'
 | 
			
		||||
    implementation 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2'
 | 
			
		||||
    implementation(name: 'uiauto', ext:'aar')
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
repositories {
 | 
			
		||||
 
 | 
			
		||||
@@ -6,7 +6,7 @@ buildscript {
 | 
			
		||||
        google()
 | 
			
		||||
    }
 | 
			
		||||
    dependencies {
 | 
			
		||||
        classpath 'com.android.tools.build:gradle:4.2.0'
 | 
			
		||||
        classpath 'com.android.tools.build:gradle:7.2.1'
 | 
			
		||||
 | 
			
		||||
        // NOTE: Do not place your application dependencies here; they belong
 | 
			
		||||
        // in the individual module build.gradle files
 | 
			
		||||
 
 | 
			
		||||
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
 | 
			
		||||
distributionPath=wrapper/dists
 | 
			
		||||
zipStoreBase=GRADLE_USER_HOME
 | 
			
		||||
zipStorePath=wrapper/dists
 | 
			
		||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip
 | 
			
		||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
 | 
			
		||||
 
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							@@ -21,11 +21,11 @@ android {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
dependencies {
 | 
			
		||||
    compile fileTree(dir: 'libs', include: ['*.jar'])
 | 
			
		||||
    compile 'com.android.support.test:runner:0.5'
 | 
			
		||||
    compile 'com.android.support.test:rules:0.5'
 | 
			
		||||
    compile 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2'
 | 
			
		||||
    compile(name: 'uiauto', ext:'aar')
 | 
			
		||||
    implementation fileTree(dir: 'libs', include: ['*.jar'])
 | 
			
		||||
    implementation 'com.android.support.test:runner:0.5'
 | 
			
		||||
    implementation 'com.android.support.test:rules:0.5'
 | 
			
		||||
    implementation 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2'
 | 
			
		||||
    implementation(name: 'uiauto', ext:'aar')
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
repositories {
 | 
			
		||||
 
 | 
			
		||||
@@ -6,7 +6,7 @@ buildscript {
 | 
			
		||||
        google()
 | 
			
		||||
    }
 | 
			
		||||
    dependencies {
 | 
			
		||||
        classpath 'com.android.tools.build:gradle:4.2.0'
 | 
			
		||||
        classpath 'com.android.tools.build:gradle:7.2.1'
 | 
			
		||||
 | 
			
		||||
        // NOTE: Do not place your application dependencies here; they belong
 | 
			
		||||
        // in the individual module build.gradle files
 | 
			
		||||
 
 | 
			
		||||
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
 | 
			
		||||
distributionPath=wrapper/dists
 | 
			
		||||
zipStoreBase=GRADLE_USER_HOME
 | 
			
		||||
zipStorePath=wrapper/dists
 | 
			
		||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip
 | 
			
		||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user