• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisión8885f51a988e96d653f6d811d8a56a12f9709c58 (tree)
Tiempo2014-07-29 11:21:13
AutorMasahiko, SAWAI <say@user...>
CommiterMasahiko, SAWAI

Log Message

Fixed a problem that the proguard.jar is not found

Cambiar Resumen

Diferencia incremental

--- a/android-R/pom.xml
+++ b/android-R/pom.xml
@@ -37,6 +37,13 @@
3737 <groupId>com.jayway.maven.plugins.android.generation2</groupId>
3838 <artifactId>android-maven-plugin</artifactId>
3939 <version>3.8.2</version>
40+ <dependencies>
41+ <dependency>
42+ <groupId>net.sf.proguard</groupId>
43+ <artifactId>proguard-base</artifactId>
44+ <version>4.11</version>
45+ </dependency>
46+ </dependencies>
4047 </plugin>
4148
4249 <!-- mvn compile -->
@@ -71,7 +78,7 @@
7178 <plugin>
7279 <groupId>org.apache.maven.plugins</groupId>
7380 <artifactId>maven-site-plugin</artifactId>
74- <version>3.3</version>
81+ <version>3.4</version>
7582 </plugin>
7683 <plugin>
7784 <groupId>org.apache.maven.plugins</groupId>