mattermost-mobile/patches/expo-modules-core+0.4.10.patch
Elias Nahum 2013f39a61
V2 dependency updates (#5907)
* Update to RN 0.67 & dependencies

* Update server displayName if already exists

* Allow adding only one reaction

* update to rn 0.67.1
2022-01-21 08:49:04 -03:00

28 lines
757 B
Diff

diff --git a/node_modules/expo-modules-core/android/build.gradle b/node_modules/expo-modules-core/android/build.gradle
index f3ac20a..51774b4 100644
--- a/node_modules/expo-modules-core/android/build.gradle
+++ b/node_modules/expo-modules-core/android/build.gradle
@@ -1,6 +1,6 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
-apply plugin: 'maven'
+apply plugin: 'maven-publish'
group = 'host.exp.exponent'
version = '0.4.10'
@@ -36,15 +36,6 @@ artifacts {
archives androidSourcesJar
}
-uploadArchives {
- repositories {
- mavenDeployer {
- configuration = configurations.deployerJars
- repository(url: mavenLocal().url)
- }
- }
-}
-
android {
compileSdkVersion safeExtGet("compileSdkVersion", 30)