mirror of
https://github.com/n08i40k/polytechnic-android.git
synced 2025-12-06 09:47:48 +03:00
Bumps [com.google.dagger.hilt.android](https://github.com/google/dagger) from 2.55 to 2.57.2. - [Release notes](https://github.com/google/dagger/releases) - [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/dagger/compare/dagger-2.55...dagger-2.57.2) --- updated-dependencies: - dependency-name: com.google.dagger.hilt.android dependency-version: 2.57.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
17 lines
669 B
Kotlin
17 lines
669 B
Kotlin
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
plugins {
|
|
alias(libs.plugins.android.application) apply false
|
|
alias(libs.plugins.kotlin.android) apply false
|
|
alias(libs.plugins.kotlin.compose) apply false
|
|
|
|
id("com.google.devtools.ksp") version "2.1.20-1.0.31" apply false
|
|
|
|
id("com.google.protobuf") version "0.9.4" apply false
|
|
|
|
id("com.google.gms.google-services") version "4.4.2" apply false
|
|
alias(libs.plugins.google.firebase.crashlytics) apply false
|
|
|
|
id("com.google.dagger.hilt.android") version "2.57.2" apply false
|
|
|
|
id("vkid.manifest.placeholders") version "1.1.0" apply true
|
|
} |