1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-03-03 15:32:30 +02:00

Mobile: Upgrading to React Native to 0.61.5 - fixed Android build

This commit is contained in:
Laurent Cozic 2020-02-09 22:15:36 +00:00
parent d8ef15a1e2
commit 2785b8ffc5

View File

@ -200,7 +200,7 @@ dependencies {
implementation project(':react-native-vector-icons')
implementation project(':react-native-fs')
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
if (enableHermes) {