Skip to content

Commit a692906

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents 80d6d9a + 3e3df8a commit a692906

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</parent>
1717

1818
<properties>
19-
<abs.version>4.1.0</abs.version>
19+
<abs.version>4.2.0</abs.version>
2020
</properties>
2121
<dependencies>
2222
<dependency>
@@ -77,7 +77,7 @@
7777
<dependency>
7878
<groupId>com.github.kevinsawicki</groupId>
7979
<artifactId>wishlist</artifactId>
80-
<version>0.3</version>
80+
<version>0.4</version>
8181
<type>apklib</type>
8282
</dependency>
8383
<dependency>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<plugin>
5454
<groupId>com.jayway.maven.plugins.android.generation2</groupId>
5555
<artifactId>android-maven-plugin</artifactId>
56-
<version>3.3.0</version>
56+
<version>3.4.0</version>
5757
<extensions>true</extensions>
5858
<configuration>
5959
<sdk>

0 commit comments

Comments
 (0)