Skip to content

Commit

Permalink
Added OsmAnd-shared dependency to OsmAnd-java
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-osm committed Aug 28, 2024
1 parent 2f7b283 commit 7219690
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions OsmAnd-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ publishing {
}

dependencies {
implementation project(path:':OsmAnd-shared', configuration : gradle.ext.java_shared_conf)

testImplementation 'junit:junit:4.12'
testImplementation 'org.hamcrest:hamcrest-core:1.3'
implementation group: 'commons-logging', name: 'commons-logging', version: '1.2'
Expand Down
4 changes: 3 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ include ':OsmAnd-telegram'
include ':OsmAnd-shared'
include ':plugins:Osmand-Nautical'
include ':plugins:Osmand-SRTMPlugin'
include ':plugins:Osmand-Skimaps'
include ':plugins:Osmand-Skimaps'

gradle.ext.java_shared_conf = ''

0 comments on commit 7219690

Please sign in to comment.