1
0
mirror of https://github.com/danog/termux-api.git synced 2024-12-02 09:17:50 +01:00

Update the gradle android plugin

This commit is contained in:
Fredrik Fornwall 2016-04-18 09:05:22 +02:00
parent 7cc33f4d92
commit b359dba6f3

View File

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