download manager + google signing
This commit is contained in:
parent
5d38e23b33
commit
1e490a8d0a
13 changed files with 1581 additions and 63 deletions
11
pom.xml
11
pom.xml
|
|
@ -40,15 +40,22 @@
|
|||
<plugin>
|
||||
<groupId>com.jayway.maven.plugins.android.generation2</groupId>
|
||||
<artifactId>android-maven-plugin</artifactId>
|
||||
<version>3.8.2</version>
|
||||
<version>3.6.0</version>
|
||||
<extensions>true</extensions>
|
||||
<configuration>
|
||||
<genDirectory>gen</genDirectory>
|
||||
<genDirectoryAidl>gen</genDirectoryAidl>
|
||||
<extractDuplicates>true</extractDuplicates>
|
||||
<sdk>
|
||||
<platform>19</platform>
|
||||
<platform>10</platform>
|
||||
</sdk>
|
||||
<dex>
|
||||
<jvmArguments>
|
||||
<jvmArgument>-Xmn16m</jvmArgument>
|
||||
<jvmArgument>-Xms256m</jvmArgument>
|
||||
<jvmArgument>-Xmx512m</jvmArgument>
|
||||
</jvmArguments>
|
||||
</dex>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue