Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mendhak committed Mar 4, 2015
1 parent 8a5c02b commit b6cd384
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gpslogger/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ preBuild.doFirst {
tasks.whenTaskAdded { task ->
//Don't run lint. Takes too long.
if (task.name.contains("lint")) {
//task.enabled = false
task.enabled = false
}

//Force the APK to be uninstalled before running tests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ public void run() {
targetActivity.putExtra("preference_fragment", whichFragment);
startActivity(targetActivity);
}
}, 120);
}, 250);
}


Expand Down

0 comments on commit b6cd384

Please sign in to comment.