Skip to content

Commit 787ef0c

Browse files
committed
Specify .aar packaging in SNAPSHOT POM.
Fixes google#88
1 parent b2bb59a commit 787ef0c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

bintray.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ publishing {
5555
groupId 'com.android.volley'
5656
artifactId 'volley'
5757
version project.ext.version
58+
pom {
59+
packaging 'aar'
60+
}
5861

5962
// Release AAR, Sources, and JavaDoc
6063
artifact "$buildDir/outputs/aar/volley-release.aar"
@@ -84,4 +87,4 @@ artifactory {
8487
resolve {
8588
repoKey = 'jcenter'
8689
}
87-
}
90+
}

0 commit comments

Comments
 (0)