Skip to content

Commit

Permalink
Use gradle properties
Browse files Browse the repository at this point in the history
  • Loading branch information
andremion committed Aug 11, 2016
1 parent a996aac commit ede4b09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 24
versionCode 1
versionName "1.0"
versionCode = VERSION_CODE
versionName = VERSION_NAME
}
buildTypes {
release {
Expand Down

0 comments on commit ede4b09

Please sign in to comment.