Switch POM packaging format to jar for cache, filesystem and store. (#54)

This commit is contained in:
ychescale9 2020-01-08 05:31:19 +11:00 committed by Mike Nakhimovich
parent 54c7ad5113
commit 0cd21be2ee
3 changed files with 3 additions and 4 deletions

View file

@ -1,3 +1,3 @@
POM_NAME=com.dropbox.mobile.store
POM_ARTIFACT_ID=cache4
POM_PACKAGING=aar
POM_PACKAGING=jar

View file

@ -1,3 +1,3 @@
POM_NAME=com.dropbox.mobile.store
POM_ARTIFACT_ID=filesystem4
POM_PACKAGING=aar
POM_PACKAGING=jar

View file

@ -1,4 +1,3 @@
POM_NAME=com.dropbox.mobile.store
POM_ARTIFACT_ID=store4
POM_PACKAGING=aar
android.enableAapt2=false
POM_PACKAGING=jar