Skip to content

Commit

Permalink
add analytics code
Browse files Browse the repository at this point in the history
  • Loading branch information
kidozh committed Aug 15, 2024
1 parent 6327d77 commit 20d0932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ dependencies {
def multidex_version = "2.0.1"
implementation "androidx.multidex:multidex:$multidex_version"
implementation platform('com.google.firebase:firebase-bom:32.3.1')
implementation 'com.google.firebase:firebase-analytics'
implementation 'com.google.firebase:firebase-analytics:17.4.1'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'
implementation 'androidx.window:window:1.2.0'
implementation 'androidx.window:window-java:1.2.0'
Expand Down

0 comments on commit 20d0932

Please sign in to comment.