From 41c40490e19a65c62a3ea8c68e81f0ac239aaf6f Mon Sep 17 00:00:00 2001 From: Collin Smith Date: Sat, 21 Nov 2020 17:34:24 -0800 Subject: [PATCH] Upgraded android build tools gradle plugin to 4.0.1 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index df4d437c..d4b5fbf1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ org.gradle.daemon=true org.gradle.jvmargs=-Xms512M -Xmx1G -XX:MaxPermSize=1G -XX:MaxMetaspaceSize=1G org.gradle.configureondemand=false -androidBuildToolsPluginVersion=4.0.0 +androidBuildToolsPluginVersion=4.0.1 flatbuffersPluginVersion=1.0.7 gdxVersion=1.9.11 artemisOdbVersion=2.3.0