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
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ dependencies {

// For xopp file format
implementation("org.apache.commons:commons-compress:1.28.0") // GZip support
implementation 'at.yawk.lz4:lz4-java:1.10.4' // LZ4 support
implementation 'at.yawk.lz4:lz4-java:1.11.0' // LZ4 support

// for PDF support:
implementation("com.artifex.mupdf:fitz:1.26.10")
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ buildscript {
}
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '9.0.1' apply false
id 'com.android.library' version '9.0.1' apply false
id 'com.android.application' version '9.1.1' apply false
id 'com.android.library' version '9.1.1' apply false
id 'org.jetbrains.kotlin.jvm' version '2.3.20' apply false
id 'org.jetbrains.kotlin.plugin.serialization' version '2.3.20' apply false
id 'com.google.devtools.ksp' version '2.3.6' apply false
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Dec 25 00:06:39 CET 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
283 changes: 173 additions & 110 deletions gradlew

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

Loading