From 737684149641e09b3d46bc2850b7267ccab42982 Mon Sep 17 00:00:00 2001 From: Nicolas Guillard Date: Fri, 4 Aug 2023 16:44:01 +0200 Subject: [PATCH 1/2] Fix maven plugin issue --- library/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/android/build.gradle b/library/android/build.gradle index ac57561..edb8df3 100644 --- a/library/android/build.gradle +++ b/library/android/build.gradle @@ -20,7 +20,7 @@ buildscript { } apply plugin: 'com.android.library' -apply plugin: 'maven' +apply plugin: 'maven-publish' // Matches values in recent template from React Native 0.59 / 0.60 // https://github.com/facebook/react-native/blob/0.59-stable/template/android/build.gradle#L5-L9 From 219e8fcd7f8c1b88bc629ba38352768b4a645918 Mon Sep 17 00:00:00 2001 From: Nicolas Guillard Date: Fri, 4 Aug 2023 16:48:40 +0200 Subject: [PATCH 2/2] Update version code --- library/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/package.json b/library/package.json index e2545b9..500e12d 100644 --- a/library/package.json +++ b/library/package.json @@ -1,6 +1,6 @@ { "name": "react-native-help-scout", - "version": "0.1.2", + "version": "0.1.3", "main": "./dist/index.js", "typings": "./dist/index.d.ts", "repository": "git@github.com:codemotionapps/react-native-help-scout.git", @@ -32,4 +32,4 @@ "help scout", "help scout beacon" ] -} +} \ No newline at end of file