1
0
Fork 0
mirror of https://github.com/MatomoCamp/matomocamp-companion-android.git synced 2024-09-19 16:13:46 +02:00

Update Gradle plugin to 1.1

This commit is contained in:
Christophe Beyls 2015-03-08 00:36:41 +01:00
parent 90d73831c6
commit c54b339dc2

View file

@ -4,7 +4,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:1.0.0' classpath 'com.android.tools.build:gradle:1.1.0'
} }
} }