Skip to content

Commit 33f9934

Browse files
author
mendhak
committed
Market version 51
1 parent c3e5586 commit 33f9934

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gpslogger/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ buildscript {
44
}
55
dependencies {
66
//When releasing APK:
7-
//classpath 'com.android.tools.build:gradle:0.12.+'
7+
classpath 'com.android.tools.build:gradle:0.12.+'
88
//When developing:
9-
classpath 'com.android.tools.build:gradle:0.10.+'
9+
//classpath 'com.android.tools.build:gradle:0.10.+'
1010
}
1111
}
1212
apply plugin: 'android'
@@ -22,8 +22,8 @@ android {
2222
defaultConfig {
2323
minSdkVersion 14
2424
targetSdkVersion 19
25-
versionCode 49
26-
versionName "49"
25+
versionCode 51
26+
versionName "51"
2727

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

0 commit comments

Comments
 (0)