Skip to content

Commit 2bc90d4

Browse files
author
Jo Somers
committed
back to r13 of the support library!
1 parent 2d40d77 commit 2bc90d4

File tree

5 files changed

+8
-3
lines changed

5 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Change Log
22
==========
33

4+
Version 1.1.1 *(2013-10-24)*
5+
----------------------------
6+
7+
* Back to android-support-v4-r13.
8+
49
Version 1.1 *(2013-10-24)*
510
----------------------------
611

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565

6666
<junit.version>4.10</junit.version>
6767
<robolectric.version>2.1.1</robolectric.version>
68-
<supportlib.version>r18</supportlib.version>
68+
<supportlib.version>r13</supportlib.version>
6969

7070
<java.version>1.6</java.version>
7171
<maven-source-plugin.version>2.2</maven-source-plugin.version>

setup/libs/support-v4-r13.jar

473 KB
Binary file not shown.

setup/libs/support-v4-r18.jar

-550 KB
Binary file not shown.

setup/maven.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/sh
22

33
mvn install:install-file \
4-
-Dfile=libs/support-v4-r18.jar \
4+
-Dfile=libs/support-v4-r13.jar \
55
-DgroupId=com.google.android \
66
-DartifactId=support-v4 \
7-
-Dversion=r18 \
7+
-Dversion=r13 \
88
-Dpackaging=jar

0 commit comments

Comments
 (0)