Skip to content

Commit

Permalink
Fix up style
Browse files Browse the repository at this point in the history
  • Loading branch information
marcaaron committed Jul 22, 2021
1 parent 94e12d6 commit 14cbd77
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ public List<NativeModule> createNativeModules(
return modules;
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ public void onCreate() {
FirebaseCrashlytics.getInstance().setCrashlyticsCollectionEnabled(false);
}

// Start the startup timer
// Start the "js_load" custom performance tracing metric. This timer is stopped by a native
// module in the JS so we can measure total time starting in the native layer and ending in
// the JS layer.
StartupTimer.start();

// Increase SQLite DB write size
Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ buildscript {
jcenter()
}
dependencies {
classpath('com.android.tools.build:gradle:4.1.1')
classpath("com.android.tools.build:gradle:4.1.0")
classpath("com.google.gms:google-services:4.3.4")
classpath("com.google.firebase:firebase-crashlytics-gradle:2.3.0")
classpath("com.google.firebase:firebase-crashlytics-gradle:2.7.1")
classpath("com.google.firebase:perf-plugin:1.4.0")
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down

0 comments on commit 14cbd77

Please sign in to comment.