From 904f05ed204fe84f208049f5e4a24b0a7e8ce7d9 Mon Sep 17 00:00:00 2001 From: Hexated <37908684+hexated@users.noreply.github.com> Date: Fri, 6 Oct 2023 22:23:05 +0700 Subject: [PATCH 1/2] Update Ngefilm.kt --- Gomov/src/main/kotlin/com/hexated/Ngefilm.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gomov/src/main/kotlin/com/hexated/Ngefilm.kt b/Gomov/src/main/kotlin/com/hexated/Ngefilm.kt index ee9ec89e..d39cec60 100644 --- a/Gomov/src/main/kotlin/com/hexated/Ngefilm.kt +++ b/Gomov/src/main/kotlin/com/hexated/Ngefilm.kt @@ -9,7 +9,7 @@ import com.lagradost.cloudstream3.utils.ExtractorLink import com.lagradost.cloudstream3.utils.loadExtractor class Ngefilm : Gomov() { - override var mainUrl = "https://nge-film21.store" + override var mainUrl = "https://ngefilmnih.store" override var name = "Ngefilm" override val mainPage = mainPageOf( From 70199090140dc21336c815ec7c977da6574bcf4f Mon Sep 17 00:00:00 2001 From: Hexated <37908684+hexated@users.noreply.github.com> Date: Fri, 6 Oct 2023 22:23:38 +0700 Subject: [PATCH 2/2] Update build.gradle.kts --- Gomov/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gomov/build.gradle.kts b/Gomov/build.gradle.kts index bbf54acd..837dc654 100644 --- a/Gomov/build.gradle.kts +++ b/Gomov/build.gradle.kts @@ -1,7 +1,7 @@ import org.jetbrains.kotlin.konan.properties.Properties // use an integer for version numbers -version = 19 +version = 20 android { defaultConfig {