Skip to content

Commit

Permalink
Update to AGP 7.3-alpha07.
Browse files Browse the repository at this point in the history
  • Loading branch information
brettchabot committed Mar 24, 2022
1 parent 1d82a8d commit fb23d5f
Show file tree
Hide file tree
Showing 40 changed files with 40 additions and 40 deletions.
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.0.2"
ext.agpVersion = "7.3.0-alpha07"
repositories {
// Insert local test repo here
google()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\:https://services.gradle.org/distributions/gradle-7.0.2-all.zip
distributionUrl=https\:https://services.gradle.org/distributions/gradle-7.4-all.zip
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.0.2"
ext.agpVersion = "7.3.0-alpha07"
repositories {
// Insert local test repo here
google()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\:https://services.gradle.org/distributions/gradle-7.0.2-all.zip
distributionUrl=https\:https://services.gradle.org/distributions/gradle-7.4-all.zip
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.0.2"
ext.agpVersion = "7.3.0-alpha07"
repositories {
// Insert local test repo here
google()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\:https://services.gradle.org/distributions/gradle-7.0.2-all.zip
distributionUrl=https\:https://services.gradle.org/distributions/gradle-7.4-all.zip
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.6.10"
ext.agpVersion = "7.0.2"
ext.agpVersion = "7.3.0-alpha07"
repositories {
// Insert local test repo here
google()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\:https://services.gradle.org/distributions/gradle-7.0.2-all.zip
distributionUrl=https\:https://services.gradle.org/distributions/gradle-7.4-all.zip
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.6.10"
ext.agpVersion = "7.0.2"
ext.agpVersion = "7.3.0-alpha07"
repositories {
// Insert local test repo here
google()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\:https://services.gradle.org/distributions/gradle-7.0.2-all.zip
distributionUrl=https\:https://services.gradle.org/distributions/gradle-7.4-all.zip
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.0.2"
ext.agpVersion = "7.3.0-alpha07"
repositories {
// Insert local test repo here
google()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\:https://services.gradle.org/distributions/gradle-7.0.2-all.zip
distributionUrl=https\:https://services.gradle.org/distributions/gradle-7.4-all.zip
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.0.2"
ext.agpVersion = "7.3.0-alpha07"
repositories {
// Insert local test repo here
google()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\:https://services.gradle.org/distributions/gradle-7.0.2-all.zip
distributionUrl=https\:https://services.gradle.org/distributions/gradle-7.4-all.zip
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.6.10"
ext.agpVersion = "7.0.2"
ext.agpVersion = "7.3.0-alpha07"
repositories {
google()
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\:https://services.gradle.org/distributions/gradle-7.0.2-all.zip
distributionUrl=https\:https://services.gradle.org/distributions/gradle-7.4-all.zip
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.0.2"
ext.agpVersion = "7.3.0-alpha07"
repositories {
// Insert local test repo here
google()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\:https://services.gradle.org/distributions/gradle-7.0.2-all.zip
distributionUrl=https\:https://services.gradle.org/distributions/gradle-7.4-all.zip
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.0.2"
ext.agpVersion = "7.3.0-alpha07"
repositories {
// Insert local test repo here
google()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\:https://services.gradle.org/distributions/gradle-7.0.2-all.zip
distributionUrl=https\:https://services.gradle.org/distributions/gradle-7.4-all.zip
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.0.2"
ext.agpVersion = "7.3.0-alpha07"
repositories {
// Insert local test repo here
google()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\:https://services.gradle.org/distributions/gradle-7.0.2-all.zip
distributionUrl=https\:https://services.gradle.org/distributions/gradle-7.4-all.zip
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.0.2"
ext.agpVersion = "7.3.0-alpha07"
repositories {
// Insert local test repo here
google()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\:https://services.gradle.org/distributions/gradle-7.0.2-all.zip
distributionUrl=https\:https://services.gradle.org/distributions/gradle-7.4-all.zip
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.0.2"
ext.agpVersion = "7.3.0-alpha07"
repositories {
// Insert local test repo here
google()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\:https://services.gradle.org/distributions/gradle-7.0.2-all.zip
distributionUrl=https\:https://services.gradle.org/distributions/gradle-7.4-all.zip
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.0.2"
ext.agpVersion = "7.3.0-alpha07"
repositories {
// Insert local test repo here
google()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\:https://services.gradle.org/distributions/gradle-7.0.2-all.zip
distributionUrl=https\:https://services.gradle.org/distributions/gradle-7.4-all.zip
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.0.2"
ext.agpVersion = "7.3.0-alpha07"
ext.kotlinVersion = "1.6.10"
ext.androidxCoreVersion = "1.6.0"
ext.buildToolsVersion = "31.0.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Thu Sep 30 12:30:46 PDT 2021
distributionBase=GRADLE_USER_HOME
distributionUrl=https\:https://services.gradle.org/distributions/gradle-7.3-rc-1-all.zip
distributionUrl=https\:https://services.gradle.org/distributions/gradle-7.4-all.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
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.0.2"
ext.agpVersion = "7.3.0-alpha07"
repositories {
// Insert local test repo here
google()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\:https://services.gradle.org/distributions/gradle-7.0.2-all.zip
distributionUrl=https\:https://services.gradle.org/distributions/gradle-7.4-all.zip
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.0.2"
ext.agpVersion = "7.3.0-alpha07"
repositories {
// Insert local test repo here
google()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\:https://services.gradle.org/distributions/gradle-7.0.2-all.zip
distributionUrl=https\:https://services.gradle.org/distributions/gradle-7.4-all.zip
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\:https://services.gradle.org/distributions/gradle-7.0.2-all.zip
distributionUrl=https\:https://services.gradle.org/distributions/gradle-7.4-all.zip
2 changes: 1 addition & 1 deletion unit/BasicSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.agpVersion = "7.0.2"
ext.agpVersion = "7.3.0-alpha07"
repositories {
// Insert local test repo here
google()
Expand Down
2 changes: 1 addition & 1 deletion unit/BasicSample/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\:https://services.gradle.org/distributions/gradle-7.0.2-all.zip
distributionUrl=https\:https://services.gradle.org/distributions/gradle-7.4-all.zip
2 changes: 1 addition & 1 deletion unit/BasicUnitAndroidTest/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.0.2"
ext.agpVersion = "7.3.0-alpha07"
repositories {
// Insert local test repo here
google()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\:https://services.gradle.org/distributions/gradle-7.0.2-all.zip
distributionUrl=https\:https://services.gradle.org/distributions/gradle-7.4-all.zip
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="31.0.0"
agpVersion="7.0.2"
agpVersion="7.3.0-alpha07"
kotlinVersion="1.6.10" # KOTLIN_VERSION
compileSdkVersion="30"
targetSdkVersion="30"
Expand Down

0 comments on commit fb23d5f

Please sign in to comment.