View difference between Paste ID: R4kS27T4 and 4h4RZp2P
SHOW: | | - or go back to the newest paste.
1
<pluginManagement>
2
  <plugins>
3
    <plugin>
4
      <groupId>com.jayway.maven.plugins.android.generation2</groupId>
5
      <artifactId>android-maven-plugin</artifactId>
6
      <version>3.9.0-rc.2</version>
7
      <extensions>true</extensions>
8
    </plugin>
9
  </plugins>
10-
</pluginManagement>
10+
</pluginManagement>
11
<dependency>
12
    <groupid>com.google.android</groupId>
13
    <artifactid>android</artifactId>
14
    <version>4.0.1.2</version>
15
    <scope>provided</scope>
16
</dependency>