Update
This commit is contained in:
parent
c426a5f31d
commit
379d4b1aed
2 changed files with 5 additions and 1 deletions
|
@ -388,7 +388,7 @@ public class AppInitializer implements IProgress {
|
||||||
if(ind > 0) {
|
if(ind > 0) {
|
||||||
return val.substring(ind + 1);
|
return val.substring(ind + 1);
|
||||||
}
|
}
|
||||||
return val;
|
return "";
|
||||||
}
|
}
|
||||||
return val;
|
return val;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,2 +1,6 @@
|
||||||
include ':OsmAnd-java', ':OsmAndCore-sample', ':OsmAnd-telegram'
|
include ':OsmAnd-java', ':OsmAndCore-sample', ':OsmAnd-telegram'
|
||||||
include ':OsmAnd'
|
include ':OsmAnd'
|
||||||
|
include ':plugins:Osmand-Nautical'
|
||||||
|
include ':plugins:Osmand-ParkingPlugin'
|
||||||
|
include ':plugins:Osmand-SRTMPlugin'
|
||||||
|
include ':plugins:Osmand-Skimaps'
|
||||||
|
|
Loading…
Reference in a new issue