File tree 3 files changed +0
-58
lines changed
3 files changed +0
-58
lines changed Original file line number Diff line number Diff line change 89
89
</exclusions >
90
90
</dependency >
91
91
</dependencies >
92
-
93
- <build >
94
- <pluginManagement >
95
- <plugins >
96
- <plugin >
97
- <groupId >com.jayway.maven.plugins.android.generation2</groupId >
98
- <artifactId >android-maven-plugin</artifactId >
99
- <version >${android-maven-plugin.version} </version >
100
- <extensions >true</extensions >
101
- </plugin >
102
- </plugins >
103
- </pluginManagement >
104
- <plugins >
105
- <plugin >
106
- <groupId >com.jayway.maven.plugins.android.generation2</groupId >
107
- <artifactId >android-maven-plugin</artifactId >
108
- <configuration >
109
- <sdk >
110
- <platform >21</platform >
111
- </sdk >
112
- </configuration >
113
- <executions >
114
- <execution >
115
- <id >update-manifest</id >
116
- <goals >
117
- <goal >manifest-update</goal >
118
- </goals >
119
- <configuration >
120
- <manifest >
121
- <versionName >${project.version} </versionName >
122
- <versionCode >${parent.parent.version} </versionCode >
123
- </manifest >
124
- </configuration >
125
- </execution >
126
- </executions >
127
- </plugin >
128
- </plugins >
129
- </build >
130
92
</project >
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments