Skip to content

Commit

Permalink
Match git and android manifest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
icasdri committed Aug 10, 2016
1 parent ab7b048 commit df7a8de
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 @@ -16,8 +16,8 @@ android {
applicationId "org.icasdri.mather"
minSdkVersion 19
targetSdkVersion 23
versionCode 1
versionName "1.0"
versionCode 203
versionName '0.2.3'

generatedDensities = ['mdpi', 'hdpi', 'xhdpi', 'xxhdpi', 'xxxhdpi'] as Set
}
Expand Down

0 comments on commit df7a8de

Please sign in to comment.