mirror of
https://github.com/laurent22/joplin.git
synced 2025-04-26 12:02:59 +02:00
Mobile: Upgrading to React Native to 0.61.5 - fixed Android build
This commit is contained in:
parent
d8ef15a1e2
commit
2785b8ffc5
@ -200,7 +200,7 @@ dependencies {
|
|||||||
implementation project(':react-native-vector-icons')
|
implementation project(':react-native-vector-icons')
|
||||||
implementation project(':react-native-fs')
|
implementation project(':react-native-fs')
|
||||||
implementation fileTree(dir: "libs", include: ["*.jar"])
|
implementation fileTree(dir: "libs", include: ["*.jar"])
|
||||||
implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}"
|
implementation "com.android.support:appcompat-v7:28.0.0"
|
||||||
implementation "com.facebook.react:react-native:+" // From node_modules
|
implementation "com.facebook.react:react-native:+" // From node_modules
|
||||||
|
|
||||||
if (enableHermes) {
|
if (enableHermes) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user