1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-08 08:26:10 +00:00

Merge pull request #228 from hannesa2/AndroidStudio-3.3

Android Studio 3.3
This commit is contained in:
David González Verdugo 2019-02-05 08:26:24 +00:00 committed by GitHub
commit 82a207cb62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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