1
0
mirror of https://github.com/TwidereProject/Twidere-Android synced 2025-01-22 13:00:42 +01:00

updated build tools version

This commit is contained in:
Mariotaku Lee 2017-09-02 18:16:19 +08:00
parent 639b01a7e5
commit b0cca160eb
No known key found for this signature in database
GPG Key ID: 15C10F89D7C33535

View File

@ -6,7 +6,7 @@ buildscript {
maven { url 'https://maven.google.com' } maven { url 'https://maven.google.com' }
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.0.0-beta3' classpath 'com.android.tools.build:gradle:3.0.0-beta4'
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files // in the individual module build.gradle files
} }