From b44543199cc8e66cc847e5743330f9e7395e372e Mon Sep 17 00:00:00 2001 From: Firoz Ahmed Date: Mon, 24 Jan 2022 19:23:38 +0530 Subject: [PATCH] Update build.gradle --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 42faff9..07de33f 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -14,7 +14,7 @@ def safeExtGet(prop, fallback) { } apply plugin: 'com.android.library' -apply plugin: 'maven' +apply plugin: 'maven-publish' buildscript { // The Android Gradle plugin is only required when opening the android folder stand-alone.