Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

Commit

Permalink
tbr
Browse files Browse the repository at this point in the history
  • Loading branch information
PPetka committed Jul 8, 2023
1 parent 193252f commit 074722f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,11 @@ configurations {
}

dependencies {

implementation 'com.google.firebase:firebase-perf:20.3.3'
implementation 'org.slf4j:slf4j-api:1.7.32'
implementation 'org.slf4j:slf4j-simple:1.7.32'

//Kotlin
implementation libs.kotlin
implementation libs.constraintLayout
Expand Down
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ buildscript {
google()
mavenCentral()
mavenLocal()
jcenter()
maven { url "https://plugins.gradle.org/m2/" }
}

Expand Down Expand Up @@ -50,6 +51,7 @@ allprojects {
repositories {
google()
mavenCentral()
jcenter()
maven { url "https://jitpack.io" }
maven { url "https://clojars.org/repo/" }
}
Expand Down

0 comments on commit 074722f

Please sign in to comment.