aboutsummaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
authorSam Judd <judds@google.com>2014-10-26 12:41:34 -0700
committerSam Judd <judds@google.com>2014-10-26 12:41:34 -0700
commit9f6146784f4a8cd8c980d79e3915959718613ff2 (patch)
tree41a5e73d46a87dcf6907fe6256a23011cb101fe2 /third_party
parent41f3a4feefd1b65761281d97f02ecb51b8580c89 (diff)
downloadglide-9f6146784f4a8cd8c980d79e3915959718613ff2.tar.gz
Fix gif encoder application id.
Diffstat (limited to 'third_party')
-rw-r--r--third_party/gif_encoder/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/gif_encoder/build.gradle b/third_party/gif_encoder/build.gradle
index d13e5e10..fd7db9dc 100644
--- a/third_party/gif_encoder/build.gradle
+++ b/third_party/gif_encoder/build.gradle
@@ -5,7 +5,7 @@ android {
buildToolsVersion '19.1.0'
defaultConfig {
- applicationId 'com.bumptech.glide.gifencod:'
+ applicationId 'com.bumptech.glide.gifencoder'
minSdkVersion 10
targetSdkVersion 19
}