Skip to content

Commit

Permalink
Remove androidx SNAPSHOT build repository.
Browse files Browse the repository at this point in the history
Downgrade compose-tv to beta01.
  • Loading branch information
oxyroid committed May 31, 2024
1 parent 04cd6f2 commit c582718
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ androidx-compose-material3-adaptive = "1.0.0-beta02"
androidx-constraintlayout-compose = "1.0.1"
androidx-navigation = "2.7.7"
androidx-hilt = "1.2.0"
androidx-tv = "1.0.0-SNAPSHOT"
androidx-tv = "1.0.0-beta01"
androidx-media3 = "1.3.1"
androidx-work = "2.9.0"
androidx-room = "2.6.1"
Expand Down
1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ dependencyResolutionManagement {
mavenCentral()
maven("https://jitpack.io")
maven("https://plugins.gradle.org/m2/")
maven("https://androidx.dev/snapshots/builds/11911046/artifacts/repository")
}
}
rootProject.name = "M3U"
Expand Down

0 comments on commit c582718

Please sign in to comment.