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
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,12 @@ android {
}

dependencies {
implementation 'androidx.core:core-ktx:1.18.0'
implementation 'androidx.core:core-ktx:1.19.0'
implementation "androidx.compose.ui:ui:$compose_version"
implementation "androidx.compose.material:material:$compose_version"
implementation "androidx.compose.ui:ui-tooling-preview:$compose_version"
implementation "androidx.compose.material:material-icons-extended:1.7.8"
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.10.0'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.11.0'
implementation 'androidx.activity:activity-compose:1.13.0'
implementation 'androidx.fragment:fragment-ktx:1.8.9'
implementation 'androidx.graphics:graphics-core:1.0.4'
Expand Down Expand Up @@ -221,7 +221,7 @@ dependencies {

// WebDAV sync dependencies
implementation "androidx.work:work-runtime-ktx:2.11.2" // Background sync
implementation "com.squareup.okhttp3:okhttp:5.3.2" // HTTP/WebDAV client
implementation "com.squareup.okhttp3:okhttp:5.4.0" // HTTP/WebDAV client
// implementation("com.google.crypto.tink:tink-android:1.21.0") // provides encryption for sync credentials

// Added so that R8 optimization don't fail
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ buildscript {
}
dependencies {
// Add the dependency for the Google services Gradle plugin
classpath 'com.google.gms:google-services:4.4.4'
classpath 'com.google.gms:google-services:4.5.0'
}
ext {
compose_version = '1.11.2'
compose_version = '1.11.3'
}
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
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 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.0-bin.zip
networkTimeout=10000
retries=0
retryBackOffMs=500
Expand Down
4 changes: 2 additions & 2 deletions gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions gradlew.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading