Skip to content
Closed
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
8 changes: 1 addition & 7 deletions AnkiDroid/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,4 @@

# Ignore unused packages
-dontwarn javax.naming.**
-dontwarn org.ietf.jgss.**

# Ignore intended-to-be-optional re2j classes - only needed if using re2j for jsoup regex
# jsoup safely falls back to JDK regex if re2j not on classpath, but has concrete re2j refs
# See https://github.com/jhy/jsoup/issues/2459 - may be resolved in future, then this may be removed
# See https://github.com/ankidroid/Anki-Android/pull/19985
-dontwarn com.google.re2j.**
-dontwarn org.ietf.jgss.**
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ktlint = '1.8.0'
# https://developer.android.com/build/releases/past-releases
# Pinned to 9.0.1 until building androidTest in release mode circular dependency issue resolved
# Upstream reference https://issuetracker.google.com/issues/491718901
androidGradlePlugin = "9.0.1"
androidGradlePlugin = "9.2.0"
# https://developer.android.com/jetpack/androidx/releases/activity
androidxActivity = "1.12.4"
# https://developer.android.com/jetpack/androidx/releases/annotation
Expand Down Expand Up @@ -76,7 +76,7 @@ commonsCollections4 = "4.5.0"
# https://commons.apache.org/proper/commons-compress/changes-report.html
commonsCompress = "1.28.0"
# https://commons.apache.org/proper/commons-io/changes.html
commonsIo = "2.21.0"
commonsIo = "2.22.0"
coroutines = '1.10.2'
desugar-jdk-libs-nio = "2.1.5"
drawer = "1.0.3"
Expand All @@ -89,17 +89,17 @@ javaSemver = "0.10.2"
jetbrainsAnnotations = "26.1.0"
json = "20251224"
# https://github.com/jhy/jsoup/releases
jsoup = "1.22.1"
jsoup = "1.22.2"
androidTestJunit = "1.3.0"
# https://github.com/junit-team/junit5/releases/
junit = "6.0.3"
# https://github.com/JetBrains/kotlin/releases/
kotlin = '2.3.10'
kotlin = '2.3.21'
# https://github.com/Kotlin/kotlinx.serialization/releases
kotlinxSerializationJson = "1.11.0"
ktlintGradlePlugin = "14.2.0"
leakcanaryAndroid = "2.14"
lint = '32.1.1'
lint = '32.2.0'
material = "1.13.0"

mockitoInline = "5.2.0"
Expand All @@ -112,7 +112,7 @@ protobufKotlinLite = "4.34.1"
# ../AnkiDroid/robolectricDownload.gradle may need changes - read instructions in that file
robolectric = "4.16.1"
# https://github.com/takahirom/roborazzi/releases
roborazzi = "1.59.0"
roborazzi = "1.60.0"
searchpreference = "2.7.3"
seismic = "1.0.3"
sharedPreferencesMock = "1.2.4"
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 3 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip
networkTimeout=10000
retries=0
retryBackOffMs=500
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion gradlew

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

31 changes: 10 additions & 21 deletions gradlew.bat

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

12 changes: 6 additions & 6 deletions tools/localization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,27 @@
"license": "GPL-3.0",
"dependencies": {
"@crowdin/crowdin-api-client": "^1.55.1",
"axios": "^1.15.0",
"axios": "^1.15.1",
"dotenv": "^17.4.2",
"extract-zip": "^2.0.1",
"typescript": "^6.0.2"
"typescript": "^6.0.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^10.0.1",
"@types/jest": "^30.0.0",
"@types/node": "^25.6.0",
"@typescript-eslint/eslint-plugin": "^8.58.1",
"@typescript-eslint/parser": "^8.58.1",
"eslint": "^10.2.0",
"@typescript-eslint/eslint-plugin": "^8.58.2",
"@typescript-eslint/parser": "^8.58.2",
"eslint": "^10.2.1",
"eslint-config-prettier": "^10.1.8",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-n": "^17.24.0",
"eslint-plugin-promise": "^7.2.1",
"globals": "^17.5.0",
"jest": "^30.3.0",
"prettier": "^3.8.2",
"prettier": "^3.8.3",
"ts-jest": "^29.4.9",
"ts-node": "^10.9.2"
},
Expand Down
Loading
Loading