Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Remove dagger from gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
mironiasty committed Apr 23, 2024
1 parent c6411e2 commit bdc3b6a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions MembraneRTC/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
plugins {
id "com.android.library"
id "kotlin-android"
id "kotlin-kapt"
id 'maven-publish'
id 'org.jetbrains.dokka'
}
Expand Down Expand Up @@ -49,8 +48,6 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'com.google.dagger:dagger:2.38'
kapt 'com.google.dagger:dagger-compiler:2.38'
implementation deps.coroutines.lib
implementation deps.timber
implementation 'com.google.code.gson:gson:2.9.0'
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ ext {
androidx_lifecycle: "2.4.0",
preference_version: "1.2.0",
autoService : '1.0.1',
dagger : "2.27",
groupie : "2.9.0",
junit : "4.13.2",
junitJupiter : "5.5.0",
Expand Down

0 comments on commit bdc3b6a

Please sign in to comment.