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

Merge pull request #232 from hannesa2/feature/AndroidStudio-3.3.1

Android Studio 3.3.1
This commit is contained in:
David González Verdugo 2019-02-13 17:33:20 +01:00 committed by GitHub
commit 42d530eb95
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.0' classpath 'com.android.tools.build:gradle:3.3.1'
} }
} }