This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2018-06-04 18:14:59 +02:00

8 lines
248 B
Bash
Executable File

#!/bin/sh
BASEDIR=$(dirname "$0")
MEA_VERSION=`cat $BASEDIR/../version.txt`
echo "Setting version to $MEA_VERSION"
sed -i "s/android:versionName=\"[0-9\.a-zA-Z$_]*\"/android:versionName=\"$MEA_VERSION\"/" AndroidManifest.xml
./gradlew.upstream $@