Try fix OsmAnd lib script

This commit is contained in:
max-klaus 2020-11-29 16:57:45 +03:00
parent 35ad469f54
commit 993b3727fe
2 changed files with 2 additions and 2 deletions

2
OsmAnd/.gitignore vendored
View file

@ -2,7 +2,7 @@ gradle
gradlew gradlew
gradlew.bat gradlew.bat
/net.osmand
aarDependencies aarDependencies
libs/android*.jar libs/android*.jar
libs/com.*.jar libs/com.*.jar

View file

@ -393,7 +393,7 @@ dependencies {
implementation 'com.google.android.material:material:1.2.1' implementation 'com.google.android.material:material:1.2.1'
implementation 'androidx.browser:browser:1.0.0' implementation 'androidx.browser:browser:1.0.0'
implementation 'androidx.preference:preference:1.1.0' implementation 'androidx.preference:preference:1.1.0'
implementation fileTree(include: ['gnu-trove-osmand.jar', 'icu4j-49_1_patched.jar'], dir: 'libs') legacyImplementation fileTree(include: ['gnu-trove-osmand.jar', 'icu4j-49_1_patched.jar'], dir: 'libs')
implementation group: 'commons-logging', name: 'commons-logging', version: '1.2' implementation group: 'commons-logging', name: 'commons-logging', version: '1.2'
implementation 'commons-codec:commons-codec:1.11' implementation 'commons-codec:commons-codec:1.11'