-
-
Notifications
You must be signed in to change notification settings - Fork 314
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move versionCode and versionName to build.gradle file (#865)
With the previous setup F-Droid isn't able to pick up beta builds as it needs versionName, versionCode and applicationId in one file. See https://gitlab.com/fdroid/fdroiddata/issues/1196 Signed-off-by: mueller-ma <[email protected]>
- Loading branch information
1 parent
5f6b559
commit db7dc0b
Showing
4 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ fi | |
git config --local user.name "openhab-bot" | ||
git config --local user.email "[email protected]" | ||
echo "Git add" | ||
git add fastlane/metadata/* "mobile/src/main/AndroidManifest.xml" | ||
git add fastlane/metadata/* "mobile/build.gradle" | ||
echo "Git commit" | ||
git commit -m "Bump version to $TRAVIS_TAG and update fastlane metadata" | ||
echo "Git tag" | ||
|