Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

Commit

Permalink
releasing 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kosh committed Mar 12, 2017
1 parent a153f0e commit fc4bfc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
applicationId "com.fastaccess.github"
minSdkVersion 21
targetSdkVersion 25
versionCode 106
versionName "1.0.6"
versionCode 110
versionName "1.1.0"
signingConfig signingConfigs.signing
buildConfigField "String", "GITHUB_CLIENT_ID", "\"${GITHUB_CLIENT_ID}\""
buildConfigField "String", "GITHUB_SECRET", "\"${GITHUB_SECRET}\""
Expand Down

0 comments on commit fc4bfc5

Please sign in to comment.