Palantir
Palantir is an Android application for the visualisation of protein structure in
augmented reality.
You can download it here from the Google Play store
Development
These are reminders to myself.
- When making a new commit after a commit tagged as a release, increment the
build.gradle
versionCode
by 1, and append the versionName
with -SNAPSHOT
.
Also update the version name in strings.xml
.
- When making a new commit to be tagged as a release, update the two version names as mentioned above.
- Finish publishing a new version on Google Play before pushing the commit to GitHub!
- Speaking of which, take note that the release name is the public release name, so name it something consistent like
v1.0.x
.