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

Migrate to Android Gradle Plugin 1.5.0

This commit is contained in:
Christophe Beyls 2016-01-01 23:38:42 +01:00
parent 3100bce74c
commit b16deebd81

View file

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