mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 09:52:16 -05:00
Override the version and source of android-support-v4 to use the one from API 17.
We can restore this back to normal once Maven Central updates to the latest.
This commit is contained in:
parent
a7e3da18c0
commit
e796468256
@ -68,7 +68,7 @@
|
||||
<java.version>1.6</java.version>
|
||||
<android.version>4.0.1.2</android.version>
|
||||
<android.platform>14</android.platform>
|
||||
<android-support.version>r7</android-support.version>
|
||||
<android-support.version>r99</android-support.version>
|
||||
|
||||
<android-maven.version>3.3.2</android-maven.version>
|
||||
<junit.version>4.10</junit.version>
|
||||
@ -88,6 +88,8 @@
|
||||
<groupId>com.google.android</groupId>
|
||||
<artifactId>support-v4</artifactId>
|
||||
<version>${android-support.version}</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${basedir}/libs/android-support-v4.jar</systemPath>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.nineoldandroids</groupId>
|
||||
|
Loading…
Reference in New Issue
Block a user