Skip to content

Commit 22fabc8

Browse files
author
sarpe
committed
android-maven-plugin version 3.8.0 in order to have a working build
1 parent b521d18 commit 22fabc8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@
124124
<plugin>
125125
<groupId>com.jayway.maven.plugins.android.generation2</groupId>
126126
<artifactId>android-maven-plugin</artifactId>
127+
<version>3.8.0</version>
127128
<dependencies>
128129
<dependency>
129130
<groupId>com.squareup.dagger</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<plugin>
5555
<groupId>com.jayway.maven.plugins.android.generation2</groupId>
5656
<artifactId>android-maven-plugin</artifactId>
57-
<version>3.6.0</version>
57+
<version>3.8.0</version>
5858
<extensions>true</extensions>
5959
<configuration>
6060
<sdk>

0 commit comments

Comments
 (0)