Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump com.android.tools.build:gradle from 8.2.2 to 8.3.0 in /components/abstractions/android #1093

Merged
Show file tree
Hide file tree
Changes from 12 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 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
Loading