Skip to content

Commit

Permalink
update gradle dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroSG94 committed May 7, 2024
1 parent 69a2ee2 commit 503648f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Expand Up @@ -39,7 +39,7 @@ android {
dependencies {
implementation(project(":library"))
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
implementation("com.google.android.material:material:1.11.0")
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("androidx.multidex:multidex:2.0.1")

val cameraxVersion = "1.3.3"
Expand Down
Expand Up @@ -118,6 +118,5 @@ class CameraXSource(
}
}

override val lifecycle: Lifecycle
get() = lifecycleRegistry
override fun getLifecycle(): Lifecycle = lifecycleRegistry
}
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -7,7 +7,7 @@ val junitVersion by rootProject.extra { "4.13.2" }
val mockitoVersion by rootProject.extra { "5.2.1" }

plugins {
id("com.android.application") version "8.3.2" apply false
id("com.android.application") version "8.4.0" apply false
id("org.jetbrains.kotlin.android") version "1.9.23" apply false
id("org.jetbrains.dokka") version "1.9.20" apply true
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
#Sun Aug 06 22:37:42 CEST 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 503648f

Please sign in to comment.