From 523f2afc5389ab0bf69792d6f823a32e86f92512 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 31 May 2020 13:12:15 +0530 Subject: build: Upgrade all dependencies (#803) * build: upgrade all dependencies We've accumulated a fat backlog here that's gonna need some heavy testing * build: adjust for WhatTheStack upgrade This is now automatically initialized * build: downgrade security-crypto * build: upgrade to Gradle 6.4 * idea: sync from AS 4.1.x * build: bump AGP to 4.0.0 * build: disable Jetifier Signed-off-by: Harsh Shandilya Co-authored-by: Fabian Henneke --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index d1ca41ca..604a659b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # AndroidX -android.enableJetifier=true +android.enableJetifier=false android.useAndroidX=true # R8 Full mode -- cgit v1.2.3