1
0
mirror of https://github.com/danog/termux-api.git synced 2024-11-30 04:19:20 +01:00

Update android gradle plug-in

This commit is contained in:
Fredrik Fornwall 2019-05-30 00:36:37 +02:00
parent b871f04beb
commit 9dcfc91174

View File

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