mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
fix build of com.f2prateek.dfg but can't be activated until maven apks can be signed by build server
This commit is contained in:
parent
7c218219de
commit
da508731c6
1 changed files with 6 additions and 8 deletions
|
|
@ -16,17 +16,15 @@ as well as perform batch operations.
|
|||
Repo Type:git
|
||||
Repo:https://github.com/f2prateek/Device-Frame-Generator.git
|
||||
|
||||
# Can't get the support jar artifact to be recognized
|
||||
Build Version:1.0.1,101,!WIP a262fd39bf,maven=yes,patch=pom.patch,\
|
||||
extlibs=android/android-support-v4.jar,prebuild=\
|
||||
mvn install:install-file -DgroupId=com.google.android -DartifactId=support-v4 \
|
||||
-Dversion=r12 -Dpackaging=jar -Dfile=libs/android-support-v4.jar && \
|
||||
Build Version:1.0.1,101,!wait till server is fixed a262fd39bf,maven=yes,bindir=app/target,prebuild=\
|
||||
mvn install:install-file -DgroupId=android.support -DartifactId=compatibility-v4 \
|
||||
-Dversion=12 -Dpackaging=jar -Dfile=$$SDK$$/extras/android/support/v4/android-support-v4.jar && \
|
||||
sed -i 's/debuggable=\"true\"/debuggable=\"false\"/g' app/AndroidManifest.xml && \
|
||||
sed -i 's/integration-tests/dagger\/core/g' pom.xml && rm -rf integration-tests && \
|
||||
sed -i 's/app/dagger/g' pom.xml && \
|
||||
sed -i 's/integration-tests/app/g' pom.xml && \
|
||||
sed -i 's/<version>1.0-SNAPSHOT/<version>1.0.1/g' app/pom.xml && \
|
||||
sed -i 's/<version>1.0-SNAPSHOT/<version>1.0.1/g' pom.xml && \
|
||||
git clone https://github.com/square/dagger,build=\
|
||||
$$MVN3$$ install -f dagger/pom.xml
|
||||
git clone https://github.com/square/dagger
|
||||
|
||||
Auto Update Mode:None
|
||||
# Bumps when starting on new release
|
||||
|
|
|
|||
Loading…
Reference in a new issue