Skip to content

Commit

Permalink
setup github releases
Browse files Browse the repository at this point in the history
Signed-off-by: Arnav Gupta <[email protected]>
  • Loading branch information
championswimmer committed Apr 12, 2015
1 parent d85758d commit 486698d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,11 @@ android:
env:
global:
secure: OJjmKltBAHo/WOkdo0BNfmx0zsNlNnxaEiMYZbc2aO97DzujWBcadXiMFujVcTwCbkKMWLre8F2bXBcCO8yb00/LEEK++w+8IYIOpQ3JbaUIgdn4dbSs9gw9NirkagsizY/Xngd6kCIbbbpvYQ8LHA/AcFtiG32t6oW2kRM+dOw=
deploy:
provider: releases
skip_cleanup: true
api_key:
secure: o4CPYfEDU/qSkERjPS00cvRpw+fCXf3kRv8iZtwYtqOoESF/Ck/uX6TVqVm6myc2Bw4y4NmWg9cLjbGKBAgzoGpPaTjhQeZfbqe0AbHnEn5bO5JJQHmOEp+El2muiB+Z8wnusCfyI9lvB761MN7Rij41KOLyDXHlEMrBXaUzpP8=
file: app/build/outputs/apk/app-travis.apk
on:
repo: teamOSC/LearnHut_android
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "in.tosc.studddin"
minSdkVersion 10
targetSdkVersion 21
versionCode 25
versionName "0.2.5"
versionCode 30
versionName "0.3.0"
}
buildTypes {
debug {
Expand Down

0 comments on commit 486698d

Please sign in to comment.