Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
3be6f11
Remove hermes-mirror in favor of react-native-mirror having both herm…
Aug 22, 2022
67db3c8
Update Gutenberg ref
Aug 23, 2022
52acffc
Update gutenberg-mobile ref
derekblank Sep 20, 2022
650ad55
Merge branch 'trunk' into gutenberg/react-native-0.69
derekblank Sep 21, 2022
cc396b9
Update Gutenberg ref
Sep 21, 2022
8d352e6
Exclude com.facebook.fbjni from Gutenberg Mobile binary
Sep 21, 2022
91efb5f
Update Gutenberg ref and fix building issues
Sep 23, 2022
0aab584
Update Gutenberg mobile ref
Oct 5, 2022
e2c4645
Merge branch 'trunk' into gutenberg/react-native-0.69
Oct 5, 2022
5d16496
Update Gutenberg ref
Oct 5, 2022
14fed3f
Update Gutenberg ref
Oct 5, 2022
037f3de
Update Gutenberg ref
Oct 11, 2022
5dfcaf9
Exclude fabricjni.so
Oct 11, 2022
432afbf
Update gutenberg ref
derekblank Oct 19, 2022
863a75c
Remove hermes-mirror in favor of react-native-mirror having both herm…
Aug 22, 2022
45d4231
Exclude com.facebook.fbjni from Gutenberg Mobile binary
Sep 21, 2022
64602e1
Update Gutenberg ref and fix building issues
Sep 23, 2022
ab9b05c
Update gutenberg ref
derekblank Oct 19, 2022
9ca0844
Merge branch 'gutenberg/react-native-0.69' of github.com:wordpress-mo…
Oct 19, 2022
ccd15ef
Merge branch 'trunk' into gutenberg/react-native-0.69
Oct 19, 2022
4ca7bdd
Update Gutenberg ref
Oct 19, 2022
5dad8d5
Fix Soloader version to fix issue with instrumented tests
Oct 20, 2022
00cb4ce
Merge branch 'trunk' into gutenberg/react-native-0.69
Oct 21, 2022
8c53322
Merge branch 'trunk' into gutenberg/react-native-0.69
Oct 27, 2022
f884bfd
Update Gutenberg ref
Oct 27, 2022
b411bda
Merge branch 'trunk' into gutenberg/react-native-0.69
Nov 3, 2022
14d60e6
React Native Upgrade - Avoid duplicated classes
Nov 3, 2022
48b3019
Resolve merge conflicts
derekblank Nov 16, 2022
b31f20d
Remove unneeded code
Nov 16, 2022
ec3cd62
Merge branch 'trunk' into gutenberg/react-native-0.69
Nov 29, 2022
1483a61
Update Gutenberg ref
Nov 29, 2022
9de67b2
Update gutenberg ref
derekblank Dec 5, 2022
d0b256f
Merge branch 'trunk' into gutenberg/react-native-0.69
derekblank Dec 5, 2022
b8ecbfc
Update gutenberg-mobile tag to 1.86.0-alpha1
derekblank Dec 5, 2022
ee6e2ac
Fix typo in Gutenberg tag reference
derekblank Dec 6, 2022
a3e0f2f
Merge branch 'trunk' into gutenberg/react-native-0.69
derekblank Dec 6, 2022
e3e505d
Update gutenberg tag
derekblank Dec 7, 2022
24eb8f5
Merge branch 'gutenberg/react-native-0.69' of https://github.com/word…
derekblank Dec 7, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions WordPress/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ repositories {
includeGroup "com.automattic.tracks"
}
}
maven {
url "https://a8c-libs.s3.amazonaws.com/android/hermes-mirror"
content {
includeGroup "org.wordpress-mobile"
}
}
maven {
url "https://a8c-libs.s3.amazonaws.com/android/react-native-mirror"
content {
Expand Down Expand Up @@ -253,8 +247,9 @@ android {

// Exclude React Native's JSC and Hermes debug binaries
exclude '**/libjscexecutor.so'
exclude '**/libhermes-inspector.so'
exclude '**/libhermes-executor-debug.so'
// TO-DO How to exclude this for release builds
// exclude '**/libhermes-inspector.so'
// exclude '**/libhermes-executor-debug.so'

pickFirst 'META-INF/-no-jdk.kotlin_module'

Expand Down
7 changes: 0 additions & 7 deletions libs/editor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,9 @@ repositories {
includeGroup "com.facebook.react"
}
}
maven {
url "https://a8c-libs.s3.amazonaws.com/android/hermes-mirror"
content {
includeGroup "org.wordpress-mobile"
}
}
google()
mavenCentral()
maven { url "https://www.jitpack.io" }
maven { url "https://a8c-libs.s3.amazonaws.com/android/hermes-mirror" }
}

android {
Expand Down