Closed williamwebb closed 8 years ago
You want to create a ~/.gradle/gradle.propreties
file and place the value there.
Can't make it work :-(. I tried echo "arcane_tracker.signing=true" > ~/.gradle/properties and then when trying to build in release, I get something like this: "The apk for your currently selected variant is not signed."
I will try locally. Do you know if arcane_tracker.signing
is being resolved?
Complete newbie in terms of gradle, sorry, how would I test that ? Or else something like this ? https://www.thoughtworks.com/insights/blog/signing-open-source-android-apps-without-disclosing-passwords
I tested this (added an exception inside the if block) and it should be working. I think you may have not have gotten the variable setup right.
the full statement needed to be signingConfig signingConfigs.mbonnin
and not just signingConfigs.mbonnin
. I'm merging this and will fix it in master. (edit: see https://github.com/HearthSim/arcane_tracker/commit/790e02a6c246d510e06a1f084adaec056fff622a)
Also, I'll move to https://www.thoughtworks.com/insights/blog/signing-open-source-android-apps-without-disclosing-passwords at some point.
Awesome. & i agree.
How do I override the "arcane_tracker.signing" property in my local build ?