Skip to content

Commit 255a028

Browse files
committed
Updating ActionBarSherlock to 4.3.1
1 parent 7ccc11a commit 255a028

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

app/pom.xml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</parent>
1717

1818
<properties>
19-
<abs.version>4.2.0</abs.version>
19+
<abs.version>4.3.1</abs.version>
2020
<dagger.version>1.0.0</dagger.version>
2121
</properties>
2222
<dependencies>
@@ -47,19 +47,13 @@
4747
<artifactId>butterknife</artifactId>
4848
<version>1.3.2</version>
4949
</dependency>
50-
<dependency>
51-
<groupId>com.actionbarsherlock</groupId>
52-
<artifactId>library</artifactId>
53-
<version>${abs.version}</version>
54-
<type>apklib</type>
55-
</dependency>
5650
<dependency>
5751
<groupId>com.actionbarsherlock</groupId>
5852
<artifactId>actionbarsherlock</artifactId>
5953
<version>${abs.version}</version>
60-
<type>jar</type>
61-
<scope>provided</scope>
54+
<type>apklib</type>
6255
</dependency>
56+
6357
<dependency>
6458
<groupId>com.github.kevinsawicki</groupId>
6559
<artifactId>http-request</artifactId>

0 commit comments

Comments
 (0)