Remove bad f2prateek.dfg build (direct clones, etc)

This commit is contained in:
Daniel Martí 2013-10-08 16:25:20 +02:00
parent fcd2a3964b
commit cacb265ac9
2 changed files with 0 additions and 26 deletions

View file

@ -17,16 +17,6 @@ as well as perform batch operations.
Repo Type:git
Repo:https://github.com/f2prateek/Device-Frame-Generator.git
Build Version:1.0.1,101,a262fd39bf,maven=yes,\
patch=pom.patch,bindir=app/target,prebuild=\
mvn install:install-file -DgroupId=com.google.android -DartifactId=support-v4 \
-Dversion=r12 -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/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 Version:1.0.7,107,v1.0.7,subdir=app,gradle=yes
Build Version:1.1.0,110,v1.1.0,subdir=app,gradle=yes
Build Version:1.1.2,112,v1.1.2,subdir=app,gradle=yes

View file

@ -1,16 +0,0 @@
diff --git a/app/pom.xml b/app/pom.xml
index 998e197..bc69052 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -85,8 +85,8 @@
</exclusions>
</dependency>
<dependency>
- <groupId>android.support</groupId>
- <artifactId>compatibility-v4</artifactId>
- <version>12</version>
+ <groupId>com.google.android</groupId>
+ <artifactId>support-v4</artifactId>
+ <version>r12</version>
</dependency>
<dependency>