Try fix OsmAnd lib script
This commit is contained in:
parent
35ad469f54
commit
993b3727fe
2 changed files with 2 additions and 2 deletions
2
OsmAnd/.gitignore
vendored
2
OsmAnd/.gitignore
vendored
|
@ -2,7 +2,7 @@ gradle
|
|||
gradlew
|
||||
gradlew.bat
|
||||
|
||||
|
||||
/net.osmand
|
||||
aarDependencies
|
||||
libs/android*.jar
|
||||
libs/com.*.jar
|
||||
|
|
|
@ -393,7 +393,7 @@ dependencies {
|
|||
implementation 'com.google.android.material:material:1.2.1'
|
||||
implementation 'androidx.browser:browser:1.0.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 'commons-codec:commons-codec:1.11'
|
||||
|
|
Loading…
Reference in a new issue