forked from Ivasoft/mattermost-mobile
* Update to RN 0.67 & dependencies * Update server displayName if already exists * Allow adding only one reaction * update to rn 0.67.1
29 lines
731 B
Diff
29 lines
731 B
Diff
diff --git a/node_modules/expo/android/build.gradle b/node_modules/expo/android/build.gradle
|
|
index bf024d8..1080ee5 100644
|
|
--- a/node_modules/expo/android/build.gradle
|
|
+++ b/node_modules/expo/android/build.gradle
|
|
@@ -1,6 +1,6 @@
|
|
apply plugin: 'com.android.library'
|
|
apply plugin: 'kotlin-android'
|
|
-apply plugin: 'maven'
|
|
+apply plugin: 'maven-publish'
|
|
|
|
// Import autolinking script
|
|
apply from: "../scripts/autolinking.gradle"
|
|
@@ -41,15 +41,6 @@ artifacts {
|
|
archives androidSourcesJar
|
|
}
|
|
|
|
-uploadArchives {
|
|
- repositories {
|
|
- mavenDeployer {
|
|
- configuration = configurations.deployerJars
|
|
- repository(url: mavenLocal().url)
|
|
- }
|
|
- }
|
|
-}
|
|
-
|
|
android {
|
|
compileSdkVersion safeExtGet("compileSdkVersion", 30)
|
|
|