From 15ba33075a592b400e544c0b28083dfae66b529d Mon Sep 17 00:00:00 2001 From: Cloudburst <18114966+C10udburst@users.noreply.github.com> Date: Tue, 9 Aug 2022 17:12:04 +0200 Subject: [PATCH] update manifest --- src/main/kotlin/com/lagradost/cloudstream3/gradle/Utils.kt | 1 - .../lagradost/cloudstream3/gradle/entities/PluginManifest.kt | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main/kotlin/com/lagradost/cloudstream3/gradle/Utils.kt b/src/main/kotlin/com/lagradost/cloudstream3/gradle/Utils.kt index d2569de..f37aaf8 100644 --- a/src/main/kotlin/com/lagradost/cloudstream3/gradle/Utils.kt +++ b/src/main/kotlin/com/lagradost/cloudstream3/gradle/Utils.kt @@ -21,7 +21,6 @@ fun Project.makeManifest(): PluginManifest { pluginClassName = extension.pluginClassName, name = this.name, version = version ?: -1, - apiVersion = extension.apiVersion ) } diff --git a/src/main/kotlin/com/lagradost/cloudstream3/gradle/entities/PluginManifest.kt b/src/main/kotlin/com/lagradost/cloudstream3/gradle/entities/PluginManifest.kt index 0e034dd..4c8fe29 100644 --- a/src/main/kotlin/com/lagradost/cloudstream3/gradle/entities/PluginManifest.kt +++ b/src/main/kotlin/com/lagradost/cloudstream3/gradle/entities/PluginManifest.kt @@ -3,6 +3,5 @@ package com.lagradost.cloudstream3.gradle.entities data class PluginManifest( val pluginClassName: String?, val name: String, - val version: Int, - val apiVersion: Int + val version: Int ) \ No newline at end of file