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 3.2.1

This commit is contained in:
Christophe Beyls 2018-10-17 00:48:27 +02:00
parent 40ba5569ae
commit bcf7b767dc

View file

@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.0'
classpath 'com.android.tools.build:gradle:3.2.1'
}
}