From d247eeef59c889adfd2eb3f00f818cd8fe142c60 Mon Sep 17 00:00:00 2001 From: Roger Hu Date: Tue, 2 May 2017 18:03:33 -0700 Subject: [PATCH] Update build.gradle Move to using AARs instead of JAR --- ParseLiveQuery/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ParseLiveQuery/build.gradle b/ParseLiveQuery/build.gradle index f5a45f8..2cee284 100644 --- a/ParseLiveQuery/build.gradle +++ b/ParseLiveQuery/build.gradle @@ -122,7 +122,7 @@ uploadArchives { pom.project { name 'Parse-LiveQuery-Android' artifactId = 'parse-livequery-android' - packaging 'jar' + packaging 'aar' description 'A library that gives you access to the powerful Parse cloud platform from your Android app.' url 'https://github.com/ParsePlatform/ParseLiveQuery-Android'