Skip to content
Merged
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 .github/workflows/pull-request-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
strategy:
fail-fast: false
matrix:
api: [ 26, 27, 28, 29, 30, 31, 32, 33 ]
api: [ 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36 ]
steps:
- uses: actions/checkout@v3
- name: Download Debug APK
Expand Down
22 changes: 11 additions & 11 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
[versions]
dokkaGradlePluginVersion = "1.9.20"
dokkaGradlePluginVersion = "2.1.0"
githubApiVersion = "1.318"
gradle = "8.5.2"
gradle = "8.13.0"
kotlin = "2.0.0"
gradleVersion = "8.5.2"
compileSdk = "35"
targetSdk = "35"
gradleVersion = "8.13.0"
compileSdk = "36"
targetSdk = "36"
minSdk = "21"
jvmVersion = "8"

dokkaVersion = "1.9.20"
appcompatVersion = "1.7.0"
espressoVersion = "3.6.1"
appcompatVersion = "1.7.1"
espressoVersion = "3.7.0"

junitVersion = "4.13.2"
junitExtVersion = "1.2.1"
junitExtVersion = "1.3.0"
kotlinGradlePluginVersion = "2.0.0"
multidexVersion = "2.0.1"
materialVersion = "1.12.0"
activityComposeVersion = "1.10.0"
materialVersion = "1.13.0"
activityComposeVersion = "1.11.0"
composeMaterialVersion = "1.3.1"
composeCompilerVersion = "1.5.15"

androidxComposeBom = "2025.02.00"
androidxComposeBom = "2025.10.00"

[libraries]
dokka-gradle-plugin = { module = "org.jetbrains.dokka:dokka-gradle-plugin", version.ref = "dokkaGradlePluginVersion" }
Expand Down
6 changes: 3 additions & 3 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sat Sep 18 21:53:15 PDT 2021
#Thu Oct 16 09:29:44 AEST 2025
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists