Switch POM packaging format to jar for cache, filesystem and store. (#54)
This commit is contained in:
parent
54c7ad5113
commit
0cd21be2ee
3 changed files with 3 additions and 4 deletions
2
cache/gradle.properties
vendored
2
cache/gradle.properties
vendored
|
@ -1,3 +1,3 @@
|
|||
POM_NAME=com.dropbox.mobile.store
|
||||
POM_ARTIFACT_ID=cache4
|
||||
POM_PACKAGING=aar
|
||||
POM_PACKAGING=jar
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
POM_NAME=com.dropbox.mobile.store
|
||||
POM_ARTIFACT_ID=filesystem4
|
||||
POM_PACKAGING=aar
|
||||
POM_PACKAGING=jar
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
POM_NAME=com.dropbox.mobile.store
|
||||
POM_ARTIFACT_ID=store4
|
||||
POM_PACKAGING=aar
|
||||
android.enableAapt2=false
|
||||
POM_PACKAGING=jar
|
||||
|
|
Loading…
Reference in a new issue