Lines Matching +full:git +full:- +full:core
8 classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.14'
9 classpath 'digital.wup:android-maven-publish:3.6.3'
46 all().each { task ->
73 apply plugin: 'digital.wup.android-maven-publish'
74 apply plugin: 'maven-publish'
81 artifactId 'accessibility-test-framework'
89 url = 'https://github.com/google/Accessibility-Test-Framework-for-Android'
93 url = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
106 … connection = 'scm:git:git@github.com:google/Accessibility-Test-Framework-for-Android.git'
107 … developerConnection = 'scm:git:git@github.com:google/Accessibility-Test-Framework-for-Android.git'
108 url = 'https://github.com/google/Accessibility-Test-Framework-for-Android'
116 implementation 'androidx.core:core:1.8.0'
118 implementation 'androidx.test.espresso:espresso-core:3.4.0'
121 implementation 'com.google.android.material:material:1.2.0-rc01'
123 implementation 'com.google.guava:guava:31.0.1-android'
124 implementation 'com.google.protobuf:protobuf-javalite:3.19.1'
127 // see https://github.com/android/android-test/issues/861
128 implementation 'org.checkerframework:checker-qual:3.22.1'
129 implementation 'org.hamcrest:hamcrest-core:2.2'
130 implementation 'org.hamcrest:hamcrest-library:2.2'
132 compileOnly 'com.google.auto.value:auto-value-annotations:1.6.2'
133 annotationProcessor 'com.google.auto.value:auto-value:1.6.2'