mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
5
.github/dependabot.yml
vendored
5
.github/dependabot.yml
vendored
@@ -47,6 +47,11 @@ updates:
|
||||
directory: kotlin/android/app/
|
||||
schedule:
|
||||
interval: monthly
|
||||
groups:
|
||||
hilt:
|
||||
patterns:
|
||||
- com.google.dagger.hilt.android
|
||||
- com.google.dagger:hilt-android-compiler
|
||||
- package-ecosystem: swift
|
||||
directory: swift/apple/FirezoneKit/
|
||||
schedule:
|
||||
|
||||
@@ -160,12 +160,12 @@ dependencies {
|
||||
//
|
||||
|
||||
// Hilt
|
||||
implementation("com.google.dagger:hilt-android:2.48.1")
|
||||
implementation("com.google.dagger:hilt-android:2.50")
|
||||
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
|
||||
implementation("androidx.core:core-ktx:$coreVersion")
|
||||
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1")
|
||||
kapt("androidx.hilt:hilt-compiler:1.0.0")
|
||||
kapt("com.google.dagger:hilt-android-compiler:2.48.1")
|
||||
kapt("com.google.dagger:hilt-android-compiler:2.50")
|
||||
|
||||
// Retrofit 2
|
||||
implementation("com.squareup.retrofit2:retrofit:2.9.0")
|
||||
|
||||
@@ -17,7 +17,7 @@ plugins {
|
||||
id("com.android.application") version "8.2.0" apply false
|
||||
id("com.android.library") version "8.2.0" apply false
|
||||
id("com.google.firebase.appdistribution") version "4.0.1" apply false
|
||||
id("com.google.dagger.hilt.android") version "2.48" apply false
|
||||
id("com.google.dagger.hilt.android") version "2.50" apply false
|
||||
id("com.google.gms.google-services") version "4.4.0" apply false
|
||||
id("org.mozilla.rust-android-gradle.rust-android") version "0.9.3" apply false
|
||||
id("com.google.firebase.crashlytics") version "2.9.9" apply false
|
||||
|
||||
Reference in New Issue
Block a user