summaryrefslogtreecommitdiff
path: root/cashier/build.gradle
AgeCommit message (Collapse)Author
2020-07-31Enable code minification for release builds of all appsTorsten Grote
Attention: This brings a high run-time crash risk. So all release builds need to be thoroughly tested before publication. Nightly builds have been switched to release builds for that reason.
2020-07-31Remove left-over class from libraryficationTorsten Grote
(fixes release builds)
2020-07-30Split out common code into multiplatform Kotlin libraryTorsten Grote
2020-05-29Upgrade dependencies and gradleTorsten Grote
2020-05-26Ignore some paths for lint and upgrade secrurity libraryTorsten Grote
2020-04-30Fix lint warnings that appeared after android gradle plugin updateTorsten Grote
2020-03-20Ignore annoying lint errors caused by material design libTorsten Grote
2020-03-18Factor out some cashier code into common libraryTorsten Grote
2020-03-18Fix lint issues and CI dependenciesTorsten Grote
2020-03-18Merge all three apps into one repositoryTorsten Grote