Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenzeck committed Oct 3, 2024
1 parent 72924a5 commit 0c719ad
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
18 changes: 9 additions & 9 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]

kotlin = "2.0.20"
agp = "8.6.1"
agp = "8.7.0"
desugar_jdk_libs = "2.0.4"
gradle-maven-publish-plugin = "0.28.0"

Expand All @@ -10,27 +10,27 @@ androidx-annotation = "1.8.2"
androidx-appcompat = "1.7.0"
androidx-browser = "1.8.0"
androidx-cardview = "1.0.0"
androidx-compose-animation = "1.7.2"
androidx-compose-foundation = "1.7.2"
androidx-compose-material = "1.7.2"
androidx-compose-animation = "1.7.3"
androidx-compose-foundation = "1.7.3"
androidx-compose-material = "1.7.3"
androidx-compose-material3 = "1.3.0"
androidx-compose-runtime = "1.7.2"
androidx-compose-ui = "1.7.2"
androidx-compose-runtime = "1.7.3"
androidx-compose-ui = "1.7.3"
androidx-constraintlayout = "2.1.4"
androidx-core = "1.13.1"
androidx-datastore = "1.1.1"
androidx-fragment-ktx = "1.8.3"
androidx-fragment-ktx = "1.8.4"
androidx-legacy = "1.0.0"
androidx-lifecycle = "2.8.6"
androidx-media = "1.7.0"
androidx-media2 = "1.3.0"
androidx-media3 = "1.4.1"
androidx-navigation = "2.8.1"
androidx-navigation = "2.8.2"
androidx-paging = "3.3.2"
androidx-recyclerview = "1.3.2"
androidx-room = "2.6.1"
androidx-viewpager2 = "1.1.0"
androidx-webkit = "1.12.0"
androidx-webkit = "1.12.1"

assertj = "3.25.3"

Expand Down
4 changes: 3 additions & 1 deletion test-app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,9 @@
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />

<data android:scheme="app" />
<data
android:host="org.readium.r2.testapp"
android:scheme="app" />
<data android:scheme="content" />
<data android:scheme="file" />
<data android:scheme="http" />
Expand Down

0 comments on commit 0c719ad

Please sign in to comment.