mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +02:00
Chore: Remove obsolete patch
This commit is contained in:
parent
e2d59ee1fa
commit
f9f7c86915
@ -1,33 +0,0 @@
|
|||||||
diff --git a/android/build.gradle b/android/build.gradle
|
|
||||||
index 1ae415331855895ed6c65d72e155ff91d02b4b39..a7548535a7fb08800fb4731c1d8e36efa8afa1ae 100644
|
|
||||||
--- a/android/build.gradle
|
|
||||||
+++ b/android/build.gradle
|
|
||||||
@@ -22,7 +22,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.
|
|
||||||
@@ -41,7 +41,7 @@ buildscript {
|
|
||||||
}
|
|
||||||
|
|
||||||
apply plugin: 'com.android.library'
|
|
||||||
-apply plugin: 'maven'
|
|
||||||
+apply plugin: 'maven-publish'
|
|
||||||
|
|
||||||
android {
|
|
||||||
compileSdkVersion safeExtGet('compileSdkVersion', DEFAULT_COMPILE_SDK_VERSION)
|
|
||||||
@@ -140,10 +140,5 @@ afterEvaluate { project ->
|
|
||||||
|
|
||||||
task installArchives(type: Upload) {
|
|
||||||
configuration = configurations.archives
|
|
||||||
- repositories.mavenDeployer {
|
|
||||||
- // Deploy to react-native-event-bridge/maven, ready to publish to npm
|
|
||||||
- repository url: "file://${projectDir}/../android/maven"
|
|
||||||
- configureReactNativePom pom
|
|
||||||
- }
|
|
||||||
}
|
|
||||||
}
|
|
@ -90,8 +90,5 @@
|
|||||||
"node-gyp": "9.3.1",
|
"node-gyp": "9.3.1",
|
||||||
"nodemon": "2.0.20"
|
"nodemon": "2.0.20"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@3.3.1",
|
"packageManager": "yarn@3.3.1"
|
||||||
"resolutions": {
|
|
||||||
"joplin-rn-alarm-notification@1.0.5": "patch:joplin-rn-alarm-notification@npm:1.0.5#.yarn/patches/joplin-rn-alarm-notification-npm-1.0.5-662e871c03"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user