Skip to content

Commit

Permalink
Prepare release 1.66/17.
Browse files Browse the repository at this point in the history
  • Loading branch information
tbpalsulich committed Sep 28, 2014
1 parent 6663ff5 commit 14b04df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
15 changes: 4 additions & 11 deletions NYUBusTracker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:0.12.2'
classpath 'org.robolectric:robolectric-gradle-plugin:0.11.0'
}
}
apply plugin: 'com.android.application'
apply plugin: 'robolectric'

repositories {
mavenCentral()
Expand All @@ -21,8 +19,8 @@ android {

buildTypes {
defaultConfig {
versionCode 16
versionName "1.65"
versionCode 17
versionName "1.66"
minSdkVersion 14
targetSdkVersion 20
}
Expand Down Expand Up @@ -64,14 +62,9 @@ android {
}
}

robolectric {
include '**/*Test.class'
exclude '**/espresso/**/*.class'
}

dependencies {
compile 'com.google.android.gms:play-services:5.0.89'
compile 'com.google.android.gms:play-services:5.2.08'
compile 'com.google.maps.android:android-maps-utils:0.3.1'
compile 'se.emilsjolander:stickylistheaders:2.4.1'
compile 'se.emilsjolander:stickylistheaders:2.5.1'
compile fileTree(dir: 'libs', include: '*.jar')
}
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
import se.emilsjolander.stickylistheaders.StickyListHeadersListView;

public class MainActivity extends Activity {
public static final boolean LOCAL_LOGV = true;
public static final boolean LOCAL_LOGV = false;
private static final String RUN_ONCE_PREF = "runOnce";
private static final String STOP_PREF = "stops";
private static final String START_STOP_PREF = "startStop";
Expand Down

0 comments on commit 14b04df

Please sign in to comment.