paperwork icon indicating copy to clipboard operation
paperwork copied to clipboard

Generate build info for your Android project without breaking incremental compilation

Results 4 paperwork issues
Sort by recently updated
recently updated
newest added

If I try to include gitBranch() in a Paperwork config for a project, I get an error when trying to sync the Gradle file. The message is: Error:Cause: index is...

Hi, I'm having problems with the `getSha` helper. When the app is build from Android Studio it works as expected. But when I run `./gradlew app:assembleDebug` in the console (or...

This works for unit tests, but has no effect on instrumentation tests: ``` groovy testOptions.unitTests.all { testLogging { events 'passed', 'skipped', 'failed', 'standardOut', 'standardError' outputs.upToDateWhen { false } showStandardStreams =...

enhancement
contribution welcome

Please provide a sample which has different values for different build variants.