Skip to content

Commit

Permalink
Merge pull request #1093 from microsoft/dependabot/gradle/components/…
Browse files Browse the repository at this point in the history
…abstractions/android/com.android.tools.build-gradle-8.3.0

Bump com.android.tools.build:gradle from 8.2.2 to 8.3.0 in /components/abstractions/android
  • Loading branch information
github-actions[bot] authored Mar 1, 2024
2 parents d2103b3 + e0ebdc0 commit 2d523b8
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion components/abstractions/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {

dependencies {
classpath "com.gradle:gradle-enterprise-gradle-plugin:3.16.2"
classpath "com.android.tools.build:gradle:8.2.2"
classpath "com.android.tools.build:gradle:8.3.0"
classpath "com.github.ben-manes:gradle-versions-plugin:0.51.0"
}
}
Expand Down
2 changes: 1 addition & 1 deletion components/authentication/azure/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {

dependencies {
classpath "com.gradle:gradle-enterprise-gradle-plugin:3.16.2"
classpath "com.android.tools.build:gradle:8.2.2"
classpath "com.android.tools.build:gradle:8.3.0"
classpath "com.github.ben-manes:gradle-versions-plugin:0.51.0"
}
}
Expand Down
2 changes: 1 addition & 1 deletion components/http/okHttp/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {

dependencies {
classpath "com.gradle:gradle-enterprise-gradle-plugin:3.16.2"
classpath "com.android.tools.build:gradle:8.2.2"
classpath "com.android.tools.build:gradle:8.3.0"
classpath "com.github.ben-manes:gradle-versions-plugin:0.51.0"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public UserAgentHandler(@Nullable UserAgentHandlerOption userAgentHandlerOption)

private static final String USER_AGENT_HEADER_NAME = "User-Agent";

/* @inheritdoc */
/** {@inheritDoc} */
@Override
@SuppressWarnings("UnknownNullness")
public Response intercept(final Chain chain) throws IOException {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public ParametersNameDecodingOption() {}
/** The list of characters to decode in the request query parameters names before executing the request */
@Nonnull public char[] parametersToDecode = {'-', '.', '~', '$'};

/* @inheritdoc */
/** {@inheritDoc} */
@SuppressWarnings("unchecked")
@Override
@Nonnull public <T extends RequestOption> Class<T> getType() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public TelemetryHandlerOption() {}
*/
@Nullable public Function<Request, Request> telemetryConfigurator = (request) -> request;

/* @inheritdoc */
/** {@inheritDoc} */
@Override
@SuppressWarnings("unchecked")
@Nonnull public <T extends RequestOption> Class<T> getType() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public void setEnabled(final boolean value) {
enabled = value;
}

/* @inheritdoc */
/** {@inheritDoc} */
@Override
@SuppressWarnings("unchecked")
@Nonnull public <T extends RequestOption> Class<T> getType() {
Expand Down
2 changes: 1 addition & 1 deletion components/serialization/form/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {

dependencies {
classpath "com.gradle:gradle-enterprise-gradle-plugin:3.16.2"
classpath "com.android.tools.build:gradle:8.2.2"
classpath "com.android.tools.build:gradle:8.3.0"
classpath "com.github.ben-manes:gradle-versions-plugin:0.51.0"
}
}
Expand Down
2 changes: 1 addition & 1 deletion components/serialization/json/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {

dependencies {
classpath "com.gradle:gradle-enterprise-gradle-plugin:3.16.2"
classpath "com.android.tools.build:gradle:8.2.2"
classpath "com.android.tools.build:gradle:8.3.0"
classpath "com.github.ben-manes:gradle-versions-plugin:0.51.0"
}
}
Expand Down
2 changes: 1 addition & 1 deletion components/serialization/multipart/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {

dependencies {
classpath "com.gradle:gradle-enterprise-gradle-plugin:3.16.2"
classpath "com.android.tools.build:gradle:8.2.2"
classpath "com.android.tools.build:gradle:8.3.0"
classpath "com.github.ben-manes:gradle-versions-plugin:0.51.0"
}
}
Expand Down
2 changes: 1 addition & 1 deletion components/serialization/text/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {

dependencies {
classpath "com.gradle:gradle-enterprise-gradle-plugin:3.16.2"
classpath "com.android.tools.build:gradle:8.2.2"
classpath "com.android.tools.build:gradle:8.3.0"
classpath "com.github.ben-manes:gradle-versions-plugin:0.51.0"
}
}
Expand Down

0 comments on commit 2d523b8

Please sign in to comment.