Restore
This commit is contained in:
parent
b2355d5f34
commit
9d8f7f4fa4
4 changed files with 8 additions and 1 deletions
7
OsmAnd/assets/style.css
Normal file
7
OsmAnd/assets/style.css
Normal file
|
@ -0,0 +1,7 @@
|
|||
h3 { text-align: center}
|
||||
h4 { text-align: center}
|
||||
div {border-width: 1px; padding: 10px;
|
||||
border: groove; margin-left:auto;margin-right:auto; }
|
||||
li { text-align:justify;"}
|
||||
img { max-width: 75%; width: auto; height: auto; }
|
||||
p.img {text-align: center}
|
|
@ -231,7 +231,7 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compile fileTree(dir: "libs", include: ["*.jar"])
|
||||
compile fileTree(dir: "libs", include: ["*.jar"], exclude: ["QtAndroid-bundled.jar", "QtAndroidAccessibility-bundled.jar"])
|
||||
compile "com.actionbarsherlock:actionbarsherlock:4.4.0@aar"
|
||||
compile "net.osmand:OsmAndCore_android:0.1-SNAPSHOT@aar"
|
||||
debugCompile "net.osmand:OsmAndCore_androidNativeRelease:0.1-SNAPSHOT@aar"
|
||||
|
|
BIN
OsmAnd/libs/QtAndroid-bundled.jar
Normal file
BIN
OsmAnd/libs/QtAndroid-bundled.jar
Normal file
Binary file not shown.
BIN
OsmAnd/libs/QtAndroidAccessibility-bundled.jar
Normal file
BIN
OsmAnd/libs/QtAndroidAccessibility-bundled.jar
Normal file
Binary file not shown.
Loading…
Reference in a new issue