File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 86
86
<build >
87
87
<plugins >
88
88
<plugin >
89
- <groupId >com.madgag </groupId >
89
+ <groupId >com.jayway.maven.plugins.android.generation2 </groupId >
90
90
<artifactId >android-maven-plugin</artifactId >
91
91
</plugin >
92
92
</plugins >
156
156
</plugin >
157
157
<!-- the signed apk then needs to be zipaligned -->
158
158
<plugin >
159
- <groupId >com.madgag </groupId >
159
+ <groupId >com.jayway.maven.plugins.android.generation2 </groupId >
160
160
<artifactId >android-maven-plugin</artifactId >
161
161
<inherited >true</inherited >
162
162
<configuration >
Original file line number Diff line number Diff line change 74
74
</executions >
75
75
</plugin >
76
76
<plugin >
77
- <groupId >com.madgag </groupId >
77
+ <groupId >com.jayway.maven.plugins.android.generation2 </groupId >
78
78
<artifactId >android-maven-plugin</artifactId >
79
79
<configuration >
80
80
<resourceDirectory >${project.build.directory} /filtered-res</resourceDirectory >
Original file line number Diff line number Diff line change 22
22
<pluginManagement >
23
23
<plugins >
24
24
<plugin >
25
- <groupId >com.madgag </groupId >
25
+ <groupId >com.jayway.maven.plugins.android.generation2 </groupId >
26
26
<artifactId >android-maven-plugin</artifactId >
27
- <version >3.1.1.99.0.6 </version >
27
+ <version >3.3.0 </version >
28
28
<extensions >true</extensions >
29
29
<configuration >
30
30
<sdk >
You can’t perform that action at this time.
0 commit comments