From d03b503200998d0f76dd7531285679da99cbcde5 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Thu, 1 Aug 2024 14:03:19 +0200 Subject: [PATCH] dump api --- api/android/revanced-library.api | 11 ++++++----- api/jvm/revanced-library.api | 11 ++++++----- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/api/android/revanced-library.api b/api/android/revanced-library.api index 9f89984..9233cad 100644 --- a/api/android/revanced-library.api +++ b/api/android/revanced-library.api @@ -104,13 +104,10 @@ public final class app/revanced/library/PatchUtils$Json { public final class app/revanced/library/PatchUtils$Json$FullJsonPatch : app/revanced/library/PatchUtils$Json$JsonPatch { public static final field Companion Lapp/revanced/library/PatchUtils$Json$FullJsonPatch$Companion; public final fun getCompatiblePackages ()Ljava/util/Set; - public final fun getDependencies ()Ljava/util/Set; public final fun getDescription ()Ljava/lang/String; public final fun getName ()Ljava/lang/String; public final fun getOptions ()Ljava/util/Map; - public final fun getRequiresIntegrations ()Z public final fun getUse ()Z - public final fun setRequiresIntegrations (Z)V } public final class app/revanced/library/PatchUtils$Json$FullJsonPatch$Companion { @@ -124,12 +121,12 @@ public final class app/revanced/library/PatchUtils$Json$FullJsonPatch$FullJsonPa public final fun getKey ()Ljava/lang/String; public final fun getRequired ()Z public final fun getTitle ()Ljava/lang/String; - public final fun getValueType ()Ljava/lang/String; + public final fun getType ()Lkotlin/reflect/KType; public final fun getValues ()Ljava/util/Map; } public final class app/revanced/library/PatchUtils$Json$FullJsonPatch$FullJsonPatchOption$Companion { - public final fun fromPatchOption (Lapp/revanced/patcher/patch/options/PatchOption;)Lapp/revanced/library/PatchUtils$Json$FullJsonPatch$FullJsonPatchOption; + public final fun fromPatchOption (Lapp/revanced/patcher/patch/Option;)Lapp/revanced/library/PatchUtils$Json$FullJsonPatch$FullJsonPatchOption; } public abstract interface class app/revanced/library/PatchUtils$Json$JsonPatch { @@ -255,6 +252,10 @@ public final class app/revanced/library/installation/installer/AdbRootInstaller public synthetic fun (Ljava/lang/String;ILkotlin/jvm/internal/DefaultConstructorMarker;)V } +public final class app/revanced/library/installation/installer/DeviceNotFoundException : java/lang/Exception { + public fun ()V +} + public class app/revanced/library/installation/installer/Installation { public final fun getApkFilePath ()Ljava/lang/String; } diff --git a/api/jvm/revanced-library.api b/api/jvm/revanced-library.api index 5a525d9..739e443 100644 --- a/api/jvm/revanced-library.api +++ b/api/jvm/revanced-library.api @@ -104,13 +104,10 @@ public final class app/revanced/library/PatchUtils$Json { public final class app/revanced/library/PatchUtils$Json$FullJsonPatch : app/revanced/library/PatchUtils$Json$JsonPatch { public static final field Companion Lapp/revanced/library/PatchUtils$Json$FullJsonPatch$Companion; public final fun getCompatiblePackages ()Ljava/util/Set; - public final fun getDependencies ()Ljava/util/Set; public final fun getDescription ()Ljava/lang/String; public final fun getName ()Ljava/lang/String; public final fun getOptions ()Ljava/util/Map; - public final fun getRequiresIntegrations ()Z public final fun getUse ()Z - public final fun setRequiresIntegrations (Z)V } public final class app/revanced/library/PatchUtils$Json$FullJsonPatch$Companion { @@ -124,12 +121,12 @@ public final class app/revanced/library/PatchUtils$Json$FullJsonPatch$FullJsonPa public final fun getKey ()Ljava/lang/String; public final fun getRequired ()Z public final fun getTitle ()Ljava/lang/String; - public final fun getValueType ()Ljava/lang/String; + public final fun getType ()Lkotlin/reflect/KType; public final fun getValues ()Ljava/util/Map; } public final class app/revanced/library/PatchUtils$Json$FullJsonPatch$FullJsonPatchOption$Companion { - public final fun fromPatchOption (Lapp/revanced/patcher/patch/options/PatchOption;)Lapp/revanced/library/PatchUtils$Json$FullJsonPatch$FullJsonPatchOption; + public final fun fromPatchOption (Lapp/revanced/patcher/patch/Option;)Lapp/revanced/library/PatchUtils$Json$FullJsonPatch$FullJsonPatchOption; } public abstract interface class app/revanced/library/PatchUtils$Json$JsonPatch { @@ -231,6 +228,10 @@ public final class app/revanced/library/installation/installer/AdbRootInstaller public synthetic fun (Ljava/lang/String;ILkotlin/jvm/internal/DefaultConstructorMarker;)V } +public final class app/revanced/library/installation/installer/DeviceNotFoundException : java/lang/Exception { + public fun ()V +} + public class app/revanced/library/installation/installer/Installation { public final fun getApkFilePath ()Ljava/lang/String; }