dropbox / kaiken

User scoping library for Android applications.
Apache License 2.0
69 stars 11 forks source link

Adds task to future-proof CI reads of version name. #150

Closed rharter closed 2 years ago

rharter commented 2 years ago

Using Gradle to get the VERSION_NAME that Gradle is using to publish the artifact is a safer option than trying to roll our own parsing of properties files. This should offer a super simple fix without the risk of future breaks due to someone forgetting this weird gotcha.