Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ dependencies {
implementation libs.androidx.fragment

testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
androidTestImplementation 'androidx.test.ext:junit:1.3.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'

// coroutines
implementation libs.kotlinx.coroutines.core
Expand Down
22 changes: 11 additions & 11 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[versions]
androidGradlePlugin = "7.4.1"
kotlin = "1.8.0"
jmailenKotlinter = "3.13.0"
kotlinxCoroutines = "1.6.4"
androidxAppCompat = "1.6.0"
androidxCore = "1.9.0"
androidMaterial = "1.8.0"
androidxConstraintLayout = "2.1.4"
androidxFragment = "1.5.5"
hoc081098FlowExt = "0.5.0"
androidxLifecycle = "2.5.1"
androidGradlePlugin = "7.4.2"
kotlin = "1.9.25"
jmailenKotlinter = "3.16.0"
kotlinxCoroutines = "1.10.2"
androidxAppCompat = "1.7.1"
androidxCore = "1.17.0"
androidMaterial = "1.12.0"
androidxConstraintLayout = "2.2.1"
androidxFragment = "1.8.9"
hoc081098FlowExt = "0.8.1"
androidxLifecycle = "2.9.3"

[libraries]
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "kotlin" }
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
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 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.6-all.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Loading