From 4c0ba22041ac01a5f0e1cc88a6c292034d697955 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Mon, 9 Apr 2018 01:17:21 -0400 Subject: Feature/download manager (#855) * Add initial github release check * Create update service * Clean old manager directory * Update kau * Update updateActivity snippet * Add back gradle keys * Remove update service functionality --- gradle.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index e715978b..f0ef560d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,7 +14,7 @@ org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryErro APP_ID=Frost APP_GROUP=com.pitchedapps -KAU=b3a4e35 +KAU=7ed19aa KOTLIN=1.2.31 BUGSNAG=4.3.2 @@ -24,6 +24,7 @@ GIT_PLUGIN=0.4.3 COMMONS_TEXT=1.2 DBFLOW=4.2.4 EXOMEDIA=4.1.0 +JODA=2.9.9 JSOUP=1.11.2 LEAK_CANARY=1.5.4 MATERIAL_DRAWER_KT=1.3.3 -- cgit v1.2.3