Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ligi committed Nov 28, 2014
1 parent 89691cb commit ae7034f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/build.gradle
Expand Up @@ -27,14 +27,13 @@ android {
applicationId "org.ligi.ajsha"
minSdkVersion 9
targetSdkVersion 21
versionCode 10
versionName "0.10"
versionCode 11
versionName "0.11"
testInstrumentationRunner "com.google.android.apps.common.testing.testrunner.GoogleInstrumentationTestRunner"

}
buildTypes {
release {
//runProguard false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
applicationVariants.all { variant ->
variant.outputs.each { output ->
Expand Down

0 comments on commit ae7034f

Please sign in to comment.