Public Transport Timisoara: fix build and add 4.0 build
This commit is contained in:
parent
e8aa92eac1
commit
4c91262b40
|
@ -39,10 +39,20 @@ Build:3.8,38
|
|||
|
||||
Build:3.9,39
|
||||
commit=v39
|
||||
subdir=App
|
||||
prebuild=rm build.xml && \
|
||||
cp -fR ../Core-lib/src/ro src/ && \
|
||||
android update project -p ./
|
||||
subdir=tpt/timisoaraPublicTransport
|
||||
gradle=yes
|
||||
prebuild=sed -i "s/'Google Inc.:Google APIs:23'/23/" build.gradle && \
|
||||
echo "sourceCompatibility = JavaVersion.VERSION_1_5" >> ../corelib/build.gradle && \
|
||||
echo "targetCompatibility = JavaVersion.VERSION_1_5" >> ../corelib/build.gradle
|
||||
target=android-19
|
||||
|
||||
Build:4.0,40
|
||||
commit=v40
|
||||
subdir=tpt/timisoaraPublicTransport
|
||||
gradle=yes
|
||||
prebuild=sed -i "s/'Google Inc.:Google APIs:23'/23/" build.gradle && \
|
||||
echo "sourceCompatibility = JavaVersion.VERSION_1_5" >> ../corelib/build.gradle && \
|
||||
echo "targetCompatibility = JavaVersion.VERSION_1_5" >> ../corelib/build.gradle
|
||||
target=android-19
|
||||
|
||||
Auto Update Mode:Version v%c
|
||||
|
|
Loading…
Reference in a new issue