Skip to content

Commit

Permalink
Adding buddy build and bumping version 0.2.0 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad Bowie committed May 1, 2016
1 parent 0de751e commit eace9cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Alain [![Build Status](https://travis-ci.org/sergile/alain-android.svg?branch=master)](https://travis-ci.org/sergile/alain-android) [![Coverage Status](https://coveralls.io/repos/github/sergile/alain-android/badge.svg?branch=master)](https://coveralls.io/github/sergile/alain-android?branch=master)
# Alain [![BuddyBuild](https://dashboard.buddybuild.com/api/statusImage?appID=57261de346bee70100983679&branch=master&build=latest)](https://dashboard.buddybuild.com/apps/57261de346bee70100983679/build/latest) [![Coverage Status](https://coveralls.io/repos/github/sergile/alain-android/badge.svg?branch=master)](https://coveralls.io/github/sergile/alain-android?branch=master)


<a href="https://play.google.com/store/apps/details?id=net.bradbowie.alain">
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
buildscript {
project.ext {
build = [
versionCode: 1,
versionName: "0.1.0"
versionCode: 2,
versionName: "0.2.0"
]

versions = [
Expand Down

0 comments on commit eace9cd

Please sign in to comment.