Skip to content

Commit

Permalink
Add jcenter repo + update sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
Shusshu committed Jan 12, 2017
1 parent 866823d commit 2664058
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions pom.xml
Expand Up @@ -43,8 +43,8 @@
<asm.version>5.0.4</asm.version>
<!-- Attention - make sure that the tools version is the versions of
the transitive dependencies of the builder version -->
<android.builder.version>1.5.0</android.builder.version>
<android.tools.version>24.5.0</android.tools.version>
<android.builder.version>2.2.3</android.builder.version>
<android.tools.version>25.2.3</android.tools.version>
</properties>

<scm>
Expand All @@ -64,6 +64,17 @@
<url>https://travis-ci.org/simpligility/android-maven-plugin</url>
</ciManagement>

<repositories>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>bintray-maven</id>
<name>bintray</name>
<url>https://dl.bintray.com/android/android-tools</url>
</repository>
</repositories>

<distributionManagement>
<repository>
<id>ossrh</id>
Expand Down

0 comments on commit 2664058

Please sign in to comment.