aboutsummaryrefslogtreecommitdiff
path: root/third_party/gif_decoder
diff options
context:
space:
mode:
authorSam Judd <judds@google.com>2014-06-22 13:49:46 -0700
committerSam Judd <judds@google.com>2014-06-22 14:34:07 -0700
commitf1d30908374cbc8a570d2cb1ca22ba6dfe3e0d4a (patch)
tree4e4fe567e26f4c724377cd0369bd2b048ad15411 /third_party/gif_decoder
parentfcca8d79a3a04e71924d06799de2af46c923a84e (diff)
downloadglide-f1d30908374cbc8a570d2cb1ca22ba6dfe3e0d4a.tar.gz
Working auto import into intellij using pom files
Diffstat (limited to 'third_party/gif_decoder')
-rw-r--r--third_party/gif_decoder/pom.xml27
1 files changed, 1 insertions, 26 deletions
diff --git a/third_party/gif_decoder/pom.xml b/third_party/gif_decoder/pom.xml
index f2ec6301..5315cc3f 100644
--- a/third_party/gif_decoder/pom.xml
+++ b/third_party/gif_decoder/pom.xml
@@ -10,32 +10,7 @@
</parent>
<artifactId>glide-gif-decoder</artifactId>
- <packaging>apk</packaging>
+ <packaging>aar</packaging>
<name>Glide Gif Decoder</name>
- <build>
- <plugins>
- <plugin>
- <groupId>com.jayway.maven.plugins.android.generation2</groupId>
- <artifactId>android-maven-plugin</artifactId>
- <version>3.9.0-rc.1</version>
- <configuration>
- <sdk>
- <platform>19</platform>
- </sdk>
- <deleteConflictingFiles>true</deleteConflictingFiles>
- <undeployBeforeDeploy>true</undeployBeforeDeploy>
- </configuration>
- <extensions>true</extensions>
- </plugin>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>3.1</version>
- <configuration>
- <source>1.6</source>
- <target>1.6</target>
- </configuration>
- </plugin>
- </plugins>
- </build>
</project>