Merge pull request #51 from wallabag/dev

update versionCode to 10
This commit is contained in:
Thomas Citharel 2014-11-20 17:43:55 +01:00
commit 6f12cc94bc
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ android {
applicationId "fr.gaulupeau.apps.InThePoche" applicationId "fr.gaulupeau.apps.InThePoche"
minSdkVersion 8 minSdkVersion 8
targetSdkVersion 21 targetSdkVersion 21
versionCode 9 versionCode 10
versionName "1.7" versionName "1.7"
} }
buildTypes { buildTypes {