Update Vespucci to 0.9.5.1.965 (44)
This commit is contained in:
parent
f4c1136bca
commit
198d77bb57
|
@ -1,8 +1,8 @@
|
||||||
Categories:Navigation
|
Categories:Navigation
|
||||||
License:Apache2
|
License:Apache2
|
||||||
Web Site:https://code.google.com/p/osmeditor4android
|
Web Site:https://marcuswolschon.github.io/osmeditor4android/
|
||||||
Source Code:https://code.google.com/p/osmeditor4android/source
|
Source Code:https://github.com/MarcusWolschon/osmeditor4android
|
||||||
Issue Tracker:https://code.google.com/p/osmeditor4android/issues
|
Issue Tracker:https://github.com/MarcusWolschon/osmeditor4android/issues
|
||||||
|
|
||||||
Auto Name:Vespucci
|
Auto Name:Vespucci
|
||||||
Summary:OpenStreetMap editor
|
Summary:OpenStreetMap editor
|
||||||
|
@ -22,11 +22,11 @@ What is Vespucci NOT?
|
||||||
* a map-view or even a routing-application
|
* a map-view or even a routing-application
|
||||||
* a professional-editing tool like JOSM or Merkaator
|
* a professional-editing tool like JOSM or Merkaator
|
||||||
|
|
||||||
Instructions are on the [https://code.google.com/p/osmeditor4android/wiki/Overview?tm=6 wiki].
|
Instructions are on the [https://github.com/MarcusWolschon/osmeditor4android/wiki wiki].
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git-svn
|
Repo Type:git
|
||||||
Repo:https://osmeditor4android.googlecode.com/svn;trunk=trunk;branches=branches
|
Repo:https://github.com/MarcusWolschon/osmeditor4android
|
||||||
|
|
||||||
Build:0.7.0,14
|
Build:0.7.0,14
|
||||||
commit=201
|
commit=201
|
||||||
|
@ -110,12 +110,25 @@ Build:0.9.4r828,32
|
||||||
extlibs=android/android-support-v4.jar
|
extlibs=android/android-support-v4.jar
|
||||||
prebuild=cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs/
|
prebuild=cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs/
|
||||||
|
|
||||||
|
# start using new github repo
|
||||||
|
Build:0.9.5.1.965,44
|
||||||
|
commit=0.9.5.1.965
|
||||||
|
gradle=yes
|
||||||
|
rm=libs/acra*.jar,libs/xmpcore*.jar,libs/signpost*.jar
|
||||||
|
prebuild=sed -i -e '/support-v4/acompile "ch.acra:acra:4.5.0"\ncompile "com.adobe.xmp:xmpcore:5.1.2"\ncompile "oauth.signpost:signpost-core:1.2.1.2"\ncompile "oauth.signpost:signpost-commonshttp4:1.2.1.2"' -e '/versionCode/d' -e '/versionName/d' build.gradle
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
We really should build those jars from source.
|
* Remove versionCode and versionName from build.gradle due to mismatch (using
|
||||||
|
higher VC in AndroidManifest.xml):
|
||||||
|
https://github.com/MarcusWolschon/osmeditor4android/issues/286
|
||||||
|
* Cannot replace JAR file with com.drewnoakes:metadata-extractor:2.8.1:
|
||||||
|
https://github.com/MarcusWolschon/osmeditor4android/issues/285
|
||||||
|
* Bump ArchivePolicy with each new-repo build until back to normal.
|
||||||
.
|
.
|
||||||
|
|
||||||
|
Archive Policy:1 versions
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:RepoManifest/0.9
|
Update Check Mode:Tags
|
||||||
Current Version:0.9.4r828
|
Current Version:0.9.5.1.965
|
||||||
Current Version Code:32
|
Current Version Code:44
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue