activate com.f2prateek.dfg since signing seems to work

This commit is contained in:
David Black 2013-04-21 11:33:51 +01:00
parent f03805dec7
commit 9414b33ac8
3 changed files with 9 additions and 15 deletions

View file

@ -16,9 +16,10 @@ as well as perform batch operations.
Repo Type:git
Repo:https://github.com/f2prateek/Device-Frame-Generator.git
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 && \
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 && \

View file

@ -1,9 +1,3 @@
commit 21466235dbbad0b06f7a866c9a6bf31b3a7df3aa
Author: David Black <david8black@gmail.com>
Date: Sat Apr 20 16:31:30 2013 +0100
s
diff --git a/app/pom.xml b/app/pom.xml
index 998e197..bc69052 100644
--- a/app/pom.xml
@ -14,8 +8,9 @@ index 998e197..bc69052 100644
<dependency>
- <groupId>android.support</groupId>
- <artifactId>compatibility-v4</artifactId>
- <version>12</version>
+ <groupId>com.google.android</groupId>
+ <artifactId>support-v4</artifactId>
<version>12</version>
+ <version>r12</version>
</dependency>
<dependency>

View file

@ -5,13 +5,11 @@ Source Code:https://github.com/f2prateek/Device-Frame-Generator
Issue Tracker:https://github.com/f2prateek/Device-Frame-Generator/issues
Donate:http://forum.xda-developers.com/donatetome.php?u=4203118
Name:Device Frame Generator (old)
Summary:Realistic borders for screenshots
Description:
The device frame generator allows you to quickly wrap your app screenshots in
real device artwork, providing better context for your screenshots.
Status: This package has been discontinued in favour of another and
we are working to get that included.
Status: This package has been discontinued in favour of
[[com.f2prateek.dfg]].
.
Repo Type:git