Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnpublished <unpublished@gmx.net>2019-07-22 11:14:16 +0300
committerUnpublished <unpublished@gmx.net>2019-07-22 11:14:16 +0300
commitb11ef37a7a3f381cc38bd16e6d0793bae948a226 (patch)
tree6d042387dad9d461ad34d4c103f026b46b186e8e /build.gradle
parentcfcf6fd7e1a460d931340354b4c8a4a10170384b (diff)
Fix build and tests
- Bump AGP from 3.4.1 to 3.4.2 - Bump gradle from 5.3.1 to 5.5.1 Signed-off-by: Unpublished <unpublished@gmx.net>
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 7f5c4e23..b55e7017 100644
--- a/build.gradle
+++ b/build.gradle
@@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
- classpath 'com.android.tools.build:gradle:3.4.1'
+ classpath 'com.android.tools.build:gradle:3.4.2'
}
}