Update CV of 4pda to 2.3beta3 (458)
This commit is contained in:
parent
e4d7d7ae0f
commit
08e5f8e806
|
@ -18,7 +18,6 @@ Build:2.3beta3,458
|
|||
commit=2.3beta3
|
||||
srclibs=JSoup@jsoup-1.7.3,ApacheHttpClient@4.1.2,ImageLoader@v1.9.1
|
||||
rm=libs/jsoup-1.7.3.jar,libs/universal-image-loader-1.9.1.jar,libs/apache/httpclient-4.1.2.jar,libs/apache/httpmime-4.1.2.jar
|
||||
target=android-19
|
||||
prebuild=pushd $$JSoup$$ && \
|
||||
$$MVN3$$ package && \
|
||||
popd && \
|
||||
|
@ -35,7 +34,8 @@ Build:2.3beta3,458
|
|||
popd && \
|
||||
cp $$ApacheHttpClient$$/httpclient/target/httpclient-4.1.2.jar $$ApacheHttpClient$$/httpmime/target/httpmime-4.1.2.jar libs/apache/ && \
|
||||
rm build.xml && \
|
||||
android update project -p . -t "android-19" && echo -e 'java.source=1.7\njava.target=1.7\n' | tee Externals/SqliteAnnotations/src/main/ant.properties > ant.properties && \
|
||||
android update project -p . -t "android-19" && \
|
||||
echo -e 'java.source=1.7\njava.target=1.7\n' | tee Externals/SqliteAnnotations/src/main/ant.properties > ant.properties && \
|
||||
echo -e "android.library.reference.1=Externals/4pdaApi" >> project.properties && \
|
||||
echo -e "android.library.reference.2=Externals/4pdaCommon" >> project.properties && \
|
||||
echo -e "android.library.reference.3=Externals/4pdaNotifyService" >> project.properties && \
|
||||
|
@ -46,6 +46,7 @@ Build:2.3beta3,458
|
|||
echo -e "android.library.reference.8=Externals/SqliteAnnotations/src/main" >> project.properties && \
|
||||
echo -e "android.library.reference.9=Externals/android-sqlite-asset-helper-master/core" >> project.properties && \
|
||||
echo -e "android.library.reference.10=Externals/chrisbanes-Android-PullToRefresh" >> project.properties
|
||||
target=android-19
|
||||
|
||||
Maintainer Notes:
|
||||
* Neither ant nor gradle seem to be setup correctly.
|
||||
|
@ -76,5 +77,6 @@ Maintainer Notes:
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:2.2
|
||||
Current Version Code:456
|
||||
Current Version:2.3beta3
|
||||
Current Version Code:458
|
||||
|
||||
|
|
Loading…
Reference in a new issue