Note: This app version is outdated. Please find the source code of the current version here
2.x series of the Berlin Vegan Guide.
./gradlew installDebug
./gradlew test
git fetch --all
, git pull
, etc.git merge --ff-only origin/development
TAG=0.1 && git tag -a ${TAG} -m ${TAG}
./gradlew assembleRelease
jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore my-release-key.keystore ./app/build/outputs/apk/app-release-unsigned.apk alias_name
mv ./app/build/outputs/apk/app-release-unsigned.apk ./app/build/outputs/apk/org.berlin_vegan.app.apk
adb install -r ./app/build/outputs/apk/org.berlin_vegan.app.apk
git push origin master --tags