activate com.f2prateek.dfg since signing seems to work
This commit is contained in:
parent
f03805dec7
commit
9414b33ac8
metadata
|
@ -16,9 +16,10 @@ as well as perform batch operations.
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
Repo:https://github.com/f2prateek/Device-Frame-Generator.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=\
|
Build Version:1.0.1,101,a262fd39bf,maven=yes,\
|
||||||
mvn install:install-file -DgroupId=android.support -DartifactId=compatibility-v4 \
|
patch=pom.patch,bindir=app/target,prebuild=\
|
||||||
-Dversion=12 -Dpackaging=jar -Dfile=$$SDK$$/extras/android/support/v4/android-support-v4.jar && \
|
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/debuggable=\"true\"/debuggable=\"false\"/g' app/AndroidManifest.xml && \
|
||||||
sed -i 's/app/dagger/g' pom.xml && \
|
sed -i 's/app/dagger/g' pom.xml && \
|
||||||
sed -i 's/integration-tests/app/g' pom.xml && \
|
sed -i 's/integration-tests/app/g' pom.xml && \
|
||||||
|
|
|
@ -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
|
diff --git a/app/pom.xml b/app/pom.xml
|
||||||
index 998e197..bc69052 100644
|
index 998e197..bc69052 100644
|
||||||
--- a/app/pom.xml
|
--- a/app/pom.xml
|
||||||
|
@ -14,8 +8,9 @@ index 998e197..bc69052 100644
|
||||||
<dependency>
|
<dependency>
|
||||||
- <groupId>android.support</groupId>
|
- <groupId>android.support</groupId>
|
||||||
- <artifactId>compatibility-v4</artifactId>
|
- <artifactId>compatibility-v4</artifactId>
|
||||||
|
- <version>12</version>
|
||||||
+ <groupId>com.google.android</groupId>
|
+ <groupId>com.google.android</groupId>
|
||||||
+ <artifactId>support-v4</artifactId>
|
+ <artifactId>support-v4</artifactId>
|
||||||
<version>12</version>
|
+ <version>r12</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
|
@ -5,13 +5,11 @@ Source Code:https://github.com/f2prateek/Device-Frame-Generator
|
||||||
Issue Tracker:https://github.com/f2prateek/Device-Frame-Generator/issues
|
Issue Tracker:https://github.com/f2prateek/Device-Frame-Generator/issues
|
||||||
Donate:http://forum.xda-developers.com/donatetome.php?u=4203118
|
Donate:http://forum.xda-developers.com/donatetome.php?u=4203118
|
||||||
|
|
||||||
|
Name:Device Frame Generator (old)
|
||||||
Summary:Realistic borders for screenshots
|
Summary:Realistic borders for screenshots
|
||||||
Description:
|
Description:
|
||||||
The device frame generator allows you to quickly wrap your app screenshots in
|
Status: This package has been discontinued in favour of
|
||||||
real device artwork, providing better context for your screenshots.
|
[[com.f2prateek.dfg]].
|
||||||
|
|
||||||
Status: This package has been discontinued in favour of another and
|
|
||||||
we are working to get that included.
|
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
|
|
Loading…
Reference in a new issue