We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80d6d9a + 3e3df8a commit a692906Copy full SHA for a692906
app/pom.xml
@@ -16,7 +16,7 @@
16
</parent>
17
18
<properties>
19
- <abs.version>4.1.0</abs.version>
+ <abs.version>4.2.0</abs.version>
20
</properties>
21
<dependencies>
22
<dependency>
@@ -77,7 +77,7 @@
77
78
<groupId>com.github.kevinsawicki</groupId>
79
<artifactId>wishlist</artifactId>
80
- <version>0.3</version>
+ <version>0.4</version>
81
<type>apklib</type>
82
</dependency>
83
pom.xml
@@ -53,7 +53,7 @@
53
<plugin>
54
<groupId>com.jayway.maven.plugins.android.generation2</groupId>
55
<artifactId>android-maven-plugin</artifactId>
56
- <version>3.3.0</version>
+ <version>3.4.0</version>
57
<extensions>true</extensions>
58
<configuration>
59
<sdk>
0 commit comments