diff --git a/commons/pom.xml b/commons/pom.xml
index 7adf9e8..f2d5912 100644
--- a/commons/pom.xml
+++ b/commons/pom.xml
@@ -38,9 +38,9 @@
           <artifactId>android</artifactId>
       </dependency>
       <dependency>
-          <groupId>android.support</groupId>
-          <artifactId>compatibility-v4</artifactId>
-          <version>11</version>
+          <groupId>com.google.android</groupId>
+          <artifactId>support-v4</artifactId>
+          <version>r12</version>
       </dependency>
       <dependency>
           <groupId>com.nostra13.universalimageloader</groupId>