Skip to content

Commit

Permalink
Remove an unused qualifier
Browse files Browse the repository at this point in the history
Change-Id: I571c1c5a62dbbf8266e14d9e507f511573957493
  • Loading branch information
yaraki committed Mar 6, 2024
1 parent 5f76622 commit 90a3f06
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,8 @@ import dagger.Provides
import dagger.hilt.InstallIn
import dagger.hilt.android.qualifiers.ApplicationContext
import dagger.hilt.components.SingletonComponent
import javax.inject.Qualifier
import javax.inject.Singleton

@Qualifier
annotation class AppCoroutineScope

@Module
@InstallIn(SingletonComponent::class)
object DatabaseModule {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
[versions]
accompanist = "0.32.0"
activity = "1.9.0-alpha01"
agp = "8.3.0"
agp = "8.2.2"
benchmarkMacroJunit4 = "1.2.2"
baselineprofile = "1.2.2"
camera = "1.3.1"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Thu Dec 08 17:47:03 JST 2022
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 90a3f06

Please sign in to comment.