Skip to content

Commit

Permalink
release 2.0.0-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
xausky committed Mar 18, 2018
1 parent 681d3e5 commit feae5b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ deploy:
on:
tags: true
all_branches: true
repo: xausky/BH3ModManager
repo: xausky/UnityModManager
after_deploy:
- gem install fir-cli
- fir p app/build/outputs/apk/release/app-release.apk -T $FIR_TOKEN -c "$(git cat-file tag $TRAVIS_TAG)"
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
minSdkVersion 14
targetSdkVersion 26
versionCode 200
versionName "2.0.0"
versionName "2.0.0-alpha1"
ndk{
abiFilters "armeabi-v7a","x86"
}
Expand Down

0 comments on commit feae5b8

Please sign in to comment.