1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2025-06-08 16:36:10 +00:00

Update gradle tools

This commit is contained in:
Loic Blot 2017-04-26 07:27:21 +02:00
parent c67370ac17
commit fafb8c7388
No known key found for this signature in database
GPG Key ID: EFAA458E8C153987

View File

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