diff --git a/OsmAnd/.gitignore b/OsmAnd/.gitignore index 8bfbd5b688..b8c08a2225 100644 --- a/OsmAnd/.gitignore +++ b/OsmAnd/.gitignore @@ -2,7 +2,7 @@ gradle gradlew gradlew.bat - +/net.osmand aarDependencies libs/android*.jar libs/com.*.jar diff --git a/OsmAnd/build.gradle.lib b/OsmAnd/build.gradle.lib index bcb0999e91..2cf3182749 100644 --- a/OsmAnd/build.gradle.lib +++ b/OsmAnd/build.gradle.lib @@ -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'