Skip to main content

Plugin - Upload Mapping File

info

You need to apply the Kotzilla Plugin see Android Gradle setup

From your Android main application module (<project>/<app-module>), you can run a uploadMappingFile Gradle task to upload the mapping file of the current build.

./gradlew uploadMappingFile<Flavour>

// For example
./gradlew uploadMappingFileRelease
warning

This taks is not done automatically. Take care to setup this taks for your production builds

note

You can check the available upload tasks with gradlew tasks