Skip to content

Commit

Permalink
upgrade: 1.14.0-beta12(138)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyroid committed May 15, 2024
1 parent 5f20bce commit dd09852
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions androidApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
applicationId = "com.m3u.androidApp"
minSdk = 26
targetSdk = 33
versionCode = 137
versionName = "1.14.0-beta11"
versionCode = 138
versionName = "1.14.0-beta12"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunnerArguments["androidx.benchmark.profiling.mode"] = "MethodTracing"
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ androidx-core = "1.13.1"
androidx-core-splashscreen = "1.0.1"
androidx-appcompat = "1.6.1"
androidx-activity = "1.9.0"
androidx-lifecycle = "2.7.0"
androidx-lifecycle = "2.8.0"
androidx-compose = "1.6.7"
androidx-compose-bom = "2024.05.00"
androidx-compose-material3-adaptive = "1.0.0-alpha06"
Expand All @@ -16,8 +16,8 @@ androidx-work = "2.9.0"
androidx-room = "2.6.1"
androidx-tvprovider = "1.0.0"
androidx-startup = "1.1.1"
androidx-paging-compose = "3.3.0-rc01"
androidx-paging-runtime-ktx = "3.2.1"
androidx-paging-compose = "3.3.0"
androidx-paging-runtime-ktx = "3.3.0"

google-accompanist = "0.34.0"
google-dagger = "2.50"
Expand All @@ -44,7 +44,7 @@ ksp-plugin = "2.0.0-RC2-1.0.20"

androidx-test-ext-junit = "1.1.5"
espresso-core = "3.5.1"
com-google-android-material = "1.11.0"
com-google-android-material = "1.12.0"
androidx-test-uiautomator = "2.3.0"
androidx-benchmark = "1.2.4"

Expand Down

0 comments on commit dd09852

Please sign in to comment.