diff --git a/cache/gradle.properties b/cache/gradle.properties index 6fadedc..fb36aab 100644 --- a/cache/gradle.properties +++ b/cache/gradle.properties @@ -1,3 +1,3 @@ POM_NAME=com.dropbox.mobile.store POM_ARTIFACT_ID=cache4 -POM_PACKAGING=aar +POM_PACKAGING=jar diff --git a/filesystem/gradle.properties b/filesystem/gradle.properties index 5a56e85..1c68407 100644 --- a/filesystem/gradle.properties +++ b/filesystem/gradle.properties @@ -1,3 +1,3 @@ POM_NAME=com.dropbox.mobile.store POM_ARTIFACT_ID=filesystem4 -POM_PACKAGING=aar +POM_PACKAGING=jar diff --git a/store/gradle.properties b/store/gradle.properties index 9755698..2eb1e10 100644 --- a/store/gradle.properties +++ b/store/gradle.properties @@ -1,4 +1,3 @@ POM_NAME=com.dropbox.mobile.store POM_ARTIFACT_ID=store4 -POM_PACKAGING=aar -android.enableAapt2=false +POM_PACKAGING=jar