mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 16:27:06 +05:30
build: remove DaggerTrack
This commit is contained in:
parent
bed41a7b3f
commit
a4eaad639f
3 changed files with 0 additions and 18 deletions
|
@ -3,10 +3,6 @@ buildscript {
|
|||
google()
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
maven {
|
||||
url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")
|
||||
content { includeModule("me.amanjeet.daggertrack", "dagger-track") }
|
||||
}
|
||||
maven {
|
||||
url = uri("https://storage.googleapis.com/r8-releases/raw")
|
||||
content { includeModule("com.android.tools", "r8") }
|
||||
|
@ -18,7 +14,6 @@ buildscript {
|
|||
classpath("com.diffplug.spotless:spotless-plugin-gradle:5.14.2")
|
||||
classpath("com.google.dagger:hilt-android-gradle-plugin:2.38.1")
|
||||
classpath("com.android.tools:r8:3.1.13-dev")
|
||||
classpath("me.amanjeet.daggertrack:dagger-track:1.0.6-SNAPSHOT")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue