Skip to content

Commit 379c143

Browse files
authored
Switch default packaging to AAR (#621)
1 parent a8c380d commit 379c143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Parse/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ uploadArchives {
123123
pom.project {
124124
name 'Parse-Android'
125125
artifactId = 'parse-android'
126-
packaging 'jar'
126+
packaging 'aar'
127127
description 'A library that gives you access to the powerful Parse cloud platform from your Android app.'
128128
url 'https://github.com/ParsePlatform/Parse-SDK-Android'
129129

0 commit comments

Comments
 (0)