From 926ee58ef57e8ee435d7d74adb72f066e6f10fe8 Mon Sep 17 00:00:00 2001 From: Amedeo Date: Sun, 23 Oct 2022 13:16:43 +0100 Subject: [PATCH] Fixed android build errors --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 98ae300..0cc9a71 100755 --- a/android/build.gradle +++ b/android/build.gradle @@ -8,7 +8,7 @@ def safeExtGet(prop, fallback) { } apply plugin: 'com.android.library' -apply plugin: 'maven' +apply plugin: 'maven-publish' buildscript { if (project == rootProject) { @@ -23,7 +23,7 @@ buildscript { } apply plugin: 'com.android.library' -apply plugin: 'maven' +apply plugin: 'maven-publish' android { compileSdkVersion safeExtGet('compileSdkVersion', DEFAULT_COMPILE_SDK_VERSION)