Increased build version.

This commit is contained in:
Karim Abou Zeid 2015-10-10 13:39:52 +02:00
commit 84b87c4008
2 changed files with 3 additions and 3 deletions

View file

@ -64,8 +64,8 @@ android {
renderscriptSupportModeEnabled true renderscriptSupportModeEnabled true
applicationId "com.kabouzeid.gramophone" applicationId "com.kabouzeid.gramophone"
versionCode 79 versionCode 80
versionName "0.9.46 beta 6" versionName "0.9.47 beta 1"
} }
buildTypes { buildTypes {
release { release {

View file

@ -4,7 +4,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:1.3.1' classpath 'com.android.tools.build:gradle:1.3.1'
classpath 'com.github.triplet.gradle:play-publisher:1.1.2' classpath 'com.github.triplet.gradle:play-publisher:1.1.3'
} }
} }