From 62f5ef20b55af02c80b5e71fc884d9244f1a3ff7 Mon Sep 17 00:00:00 2001 From: Ang Li Date: Mon, 28 Jan 2019 17:41:17 -0800 Subject: Remove an unused inner class. (#106) * Remove an unused inner class. * Restore the correct application path. --- src/main/AndroidManifest.xml | 2 +- .../com/google/android/mobly/snippet/bundled/FileSnippet.java | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) (limited to 'src') diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml index 3310f4c..3d4537d 100644 --- a/src/main/AndroidManifest.xml +++ b/src/main/AndroidManifest.xml @@ -28,7 +28,7 @@ + android:name="android.support.multidex.MultiDexApplication">