We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e5586 commit 33f9934Copy full SHA for 33f9934
gpslogger/build.gradle
@@ -4,9 +4,9 @@ buildscript {
4
}
5
dependencies {
6
//When releasing APK:
7
- //classpath 'com.android.tools.build:gradle:0.12.+'
+ classpath 'com.android.tools.build:gradle:0.12.+'
8
//When developing:
9
- classpath 'com.android.tools.build:gradle:0.10.+'
+ //classpath 'com.android.tools.build:gradle:0.10.+'
10
11
12
apply plugin: 'android'
@@ -22,8 +22,8 @@ android {
22
defaultConfig {
23
minSdkVersion 14
24
targetSdkVersion 19
25
- versionCode 49
26
- versionName "49"
+ versionCode 51
+ versionName "51"
27
28
//This allows us to run Robotium and Unit tests separately using
29
//connectedAndroidTest -PtestSize=small
0 commit comments