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

Merge pull request #242 from owncloud/AndroidStudio-3.3.2

Android Studio 3.3.2
This commit is contained in:
David González Verdugo 2019-03-08 09:20:10 +01:00 committed by GitHub
commit 4323c3a89b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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