Update usage.dart (#4451)

Update the analytics code.
This commit is contained in:
Devon Carew 2016-06-08 09:38:12 -07:00
parent 007d0a2f39
commit 5c59862208

View File

@ -14,7 +14,7 @@ import 'version.dart';
// TODO(devoncarew): We'll want to find a way to send (sanitized) command parameters.
const String _kFlutterUA = 'UA-67589403-5';
const String _kFlutterUA = 'UA-67589403-6';
class Usage {
/// Create a new Usage instance; [versionOverride] is used for testing.