Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion integration/ServiceTestRuleSample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.agpVersion = "7.3.0"
ext.agpVersion = "7.3.1"
repositories {
// Insert local test repo here
google()
Expand Down
2 changes: 1 addition & 1 deletion runner/AndroidJunitRunnerSample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.agpVersion = "7.3.0"
ext.agpVersion = "7.3.1"
repositories {
// Insert local test repo here
google()
Expand Down
2 changes: 1 addition & 1 deletion runner/AndroidTestOrchestratorSample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.agpVersion = "7.3.0"
ext.agpVersion = "7.3.1"
repositories {
// Insert local test repo here
google()
Expand Down
2 changes: 1 addition & 1 deletion ui/espresso/AccessibilitySample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildscript {
ext.kotlinVersion = "1.7.10"
ext.agpVersion = "7.3.0"
ext.agpVersion = "7.3.1"
repositories {
// Insert local test repo here
google()
Expand Down
2 changes: 1 addition & 1 deletion ui/espresso/BasicSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildscript {
ext.kotlinVersion = "1.7.10"
ext.agpVersion = "7.3.0"
ext.agpVersion = "7.3.1"
repositories {
// Insert local test repo here
google()
Expand Down
2 changes: 1 addition & 1 deletion ui/espresso/CustomMatcherSample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.agpVersion = "7.3.0"
ext.agpVersion = "7.3.1"
repositories {
// Insert local test repo here
google()
Expand Down
2 changes: 1 addition & 1 deletion ui/espresso/DataAdapterSample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.agpVersion = "7.3.0"
ext.agpVersion = "7.3.1"
repositories {
// Insert local test repo here
google()
Expand Down
2 changes: 1 addition & 1 deletion ui/espresso/EspressoDeviceSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildscript {
ext.kotlinVersion = "1.7.10"
ext.agpVersion = "7.3.0"
ext.agpVersion = "7.3.1"
repositories {
// Insert local test repo here
google()
Expand Down
2 changes: 1 addition & 1 deletion ui/espresso/FragmentScenarioSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildscript {
ext.kotlinVersion = "1.7.10"
ext.agpVersion = "7.3.0"
ext.agpVersion = "7.3.1"
repositories {
google()
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion ui/espresso/IdlingResourceSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.agpVersion = "7.3.0"
ext.agpVersion = "7.3.1"
repositories {
// Insert local test repo here
google()
Expand Down
2 changes: 1 addition & 1 deletion ui/espresso/IntentsAdvancedSample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.agpVersion = "7.3.0"
ext.agpVersion = "7.3.1"
repositories {
// Insert local test repo here
google()
Expand Down
2 changes: 1 addition & 1 deletion ui/espresso/IntentsBasicSample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.agpVersion = "7.3.0"
ext.agpVersion = "7.3.1"
repositories {
// Insert local test repo here
google()
Expand Down
2 changes: 1 addition & 1 deletion ui/espresso/MultiProcessSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.agpVersion = "7.3.0"
ext.agpVersion = "7.3.1"
repositories {
// Insert local test repo here
google()
Expand Down
2 changes: 1 addition & 1 deletion ui/espresso/MultiWindowSample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.agpVersion = "7.3.0"
ext.agpVersion = "7.3.1"
repositories {
// Insert local test repo here
google()
Expand Down
2 changes: 1 addition & 1 deletion ui/espresso/RecyclerViewSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.agpVersion = "7.3.0"
ext.agpVersion = "7.3.1"
repositories {
// Insert local test repo here
google()
Expand Down
2 changes: 1 addition & 1 deletion ui/espresso/ScreenshotSample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.agpVersion = "7.3.0"
ext.agpVersion = "7.3.1"
ext.kotlinVersion = "1.7.10"
ext.androidxCoreVersion = "1.9.0"
ext.buildToolsVersion = "32.0.0"
Expand Down
2 changes: 1 addition & 1 deletion ui/espresso/WebBasicSample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.agpVersion = "7.3.0"
ext.agpVersion = "7.3.1"
repositories {
// Insert local test repo here
google()
Expand Down
2 changes: 1 addition & 1 deletion ui/uiautomator/BasicSample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.agpVersion = "7.3.0"
ext.agpVersion = "7.3.1"
repositories {
// Insert local test repo here
google()
Expand Down
2 changes: 1 addition & 1 deletion unit/BasicNativeAndroidTest/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.agpVersion = "7.3.0"
ext.agpVersion = "7.3.1"
ext.kotlinVersion = "1.7.10"
ext.androidxCoreVersion = "1.9.0"
ext.buildToolsVersion = "32.0.0"
Expand Down
2 changes: 1 addition & 1 deletion update_versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set -ex # Exit immediately if a command exits with a non-zero status.
#repourl="http:\/\/localhost:1480"
# Versions: # axt_versions.bzl equivalents
buildToolsVersion="32.0.0"
agpVersion="7.3.0"
agpVersion="7.3.1"
kotlinVersion="1.7.10" # KOTLIN_VERSION
compileSdkVersion="33"
targetSdkVersion="33"
Expand Down