Skip to content
Snippets Groups Projects
modules_release_clean.sh 539 B
Newer Older
Taras's avatar
Taras committed

# Remove .aar and pom.xml from the root directory if they exist
rm -f auth-gplay-release.aar
rm -f auth-fdroid-release.aar
Taras's avatar
Taras committed
rm -f core-gplay-release.aar
rm -f core-fdroid-release.aar

rm -f gallery-gplay-release.aar
rm -f gallery-fdroid-release.aar

rm -f settings-gplay-release.aar
rm -f settings-fdroid-release.aar
Taras's avatar
Taras committed

rm -f pom_auth_gplay.xml
rm -f pom_auth_fdroid.xml
Taras's avatar
Taras committed
rm -f pom_core_gplay.xml
rm -f pom_core_fdroid.xml

rm -f pom_gallery_gplay.xml
rm -f pom_gallery_fdroid.xml

rm -f pom_settings_gplay.xml
rm -f pom_settings_fdroid.xml