fix(deps): update dependency me.tylerbwong.gradle.metalava:plugin to v0.3.5 (#2758)
* fix(deps): update dependency me.tylerbwong.gradle.metalava:plugin to v0.3.5 * fix: re-sync API baseline --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
c75148f420
commit
114507cfa6
2 changed files with 3 additions and 19 deletions
|
@ -2,7 +2,7 @@
|
|||
package com.github.androidpasswordstore.autofillparser {
|
||||
|
||||
public enum AutofillAction {
|
||||
method public static com.github.androidpasswordstore.autofillparser.AutofillAction valueOf(String name) throws java.lang.IllegalArgumentException;
|
||||
method public static com.github.androidpasswordstore.autofillparser.AutofillAction valueOf(String value) throws java.lang.IllegalArgumentException, java.lang.NullPointerException;
|
||||
method public static com.github.androidpasswordstore.autofillparser.AutofillAction[] values();
|
||||
enum_constant public static final com.github.androidpasswordstore.autofillparser.AutofillAction FillOtpFromSms;
|
||||
enum_constant public static final com.github.androidpasswordstore.autofillparser.AutofillAction Generate;
|
||||
|
@ -43,14 +43,8 @@ package com.github.androidpasswordstore.autofillparser {
|
|||
method @RequiresApi(android.os.Build.VERSION_CODES.O) public static com.github.androidpasswordstore.autofillparser.AutofillScenario<android.app.assist.AssistStructure.ViewNode>? recoverNodes(com.github.androidpasswordstore.autofillparser.AutofillScenario<android.view.autofill.AutofillId>, android.app.assist.AssistStructure structure);
|
||||
}
|
||||
|
||||
public final class AutofillStrategyDslKt {
|
||||
}
|
||||
|
||||
public final class AutofillStrategyKt {
|
||||
}
|
||||
|
||||
public enum BrowserAutofillSupportLevel {
|
||||
method public static com.github.androidpasswordstore.autofillparser.BrowserAutofillSupportLevel valueOf(String name) throws java.lang.IllegalArgumentException;
|
||||
method public static com.github.androidpasswordstore.autofillparser.BrowserAutofillSupportLevel valueOf(String value) throws java.lang.IllegalArgumentException, java.lang.NullPointerException;
|
||||
method public static com.github.androidpasswordstore.autofillparser.BrowserAutofillSupportLevel[] values();
|
||||
enum_constant public static final com.github.androidpasswordstore.autofillparser.BrowserAutofillSupportLevel FlakyFill;
|
||||
enum_constant public static final com.github.androidpasswordstore.autofillparser.BrowserAutofillSupportLevel GeneralFill;
|
||||
|
@ -135,9 +129,6 @@ package com.github.androidpasswordstore.autofillparser {
|
|||
|
||||
package mozilla.components.lib.publicsuffixlist {
|
||||
|
||||
public final class PublicSuffixListLoaderKt {
|
||||
}
|
||||
|
||||
public final class PublicSuffixListLoaderTest {
|
||||
ctor public PublicSuffixListLoaderTest();
|
||||
method public void testLoadingBundledPublicSuffixList();
|
||||
|
@ -145,10 +136,3 @@ package mozilla.components.lib.publicsuffixlist {
|
|||
|
||||
}
|
||||
|
||||
package mozilla.components.lib.publicsuffixlist.ext {
|
||||
|
||||
public final class ByteArrayKt {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@ build-javapoet = "com.squareup:javapoet:1.13.0"
|
|||
build-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
|
||||
build-ktfmt = "com.facebook:ktfmt:0.46"
|
||||
build-mavenpublish = "com.vanniktech:gradle-maven-publish-plugin:0.25.3"
|
||||
build-metalava = "me.tylerbwong.gradle.metalava:plugin:0.3.3"
|
||||
build-metalava = "me.tylerbwong.gradle.metalava:plugin:0.3.5"
|
||||
build-moshi = { module = "com.squareup.moshi:moshi", version.ref = "moshi" }
|
||||
build-moshi-kotlin = { module = "com.squareup.moshi:moshi-kotlin", version.ref = "moshi" }
|
||||
build-okhttp = "com.squareup.okhttp3:okhttp:4.12.0"
|
||||
|
|
Loading…
Reference in a new issue