Skip to content

Commit

Permalink
Removes the alpha from the version
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Aug 13, 2015
1 parent 7e9b09e commit 5b0194f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remote/build.gradle
Expand Up @@ -44,7 +44,7 @@ android {
minSdkVersion 9
targetSdkVersion 22
versionCode 103
versionName "0.11.0-alpha.1"
versionName "0.11.0"
buildConfigField "String", "GIT_SHA", "\"${gitHash()}\""
buildConfigField "String", "BUILD_TIME", "\"${buildTime()}\""
}
Expand Down

0 comments on commit 5b0194f

Please sign in to comment.