Update to use Android JARs from Central

This commit is contained in:
YuviPanda 2013-01-25 03:34:49 +05:30
parent 3a313f3fb3
commit de63f197cf
2 changed files with 3 additions and 4 deletions

View file

@ -28,7 +28,7 @@
<type>apklib</type> <type>apklib</type>
</dependency> </dependency>
<dependency> <dependency>
<groupId>android</groupId> <groupId>com.google.android</groupId>
<artifactId>android</artifactId> <artifactId>android</artifactId>
</dependency> </dependency>
<dependency> <dependency>

View file

@ -24,10 +24,9 @@
<dependencyManagement> <dependencyManagement>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>android</groupId> <groupId>com.google.android</groupId>
<artifactId>android</artifactId> <artifactId>android</artifactId>
<version>4.1_r2</version> <version>4.0.1.2</version>
<scope>provided</scope>
</dependency> </dependency>
<!-- Androlog is a logging and reporting library for Android --> <!-- Androlog is a logging and reporting library for Android -->