Skip to content

Commit

Permalink
Market version 51
Browse files Browse the repository at this point in the history
  • Loading branch information
mendhak committed Aug 24, 2014
1 parent c3e5586 commit 33f9934
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gpslogger/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ buildscript {
}
dependencies {
//When releasing APK:
//classpath 'com.android.tools.build:gradle:0.12.+'
classpath 'com.android.tools.build:gradle:0.12.+'
//When developing:
classpath 'com.android.tools.build:gradle:0.10.+'
//classpath 'com.android.tools.build:gradle:0.10.+'
}
}
apply plugin: 'android'
Expand All @@ -22,8 +22,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 19
versionCode 49
versionName "49"
versionCode 51
versionName "51"

//This allows us to run Robotium and Unit tests separately using
//connectedAndroidTest -PtestSize=small
Expand Down

0 comments on commit 33f9934

Please sign in to comment.